Package | Description |
---|---|
com.amazonaws.services.rds.model | |
com.amazonaws.services.rds.model.transform |
Modifier and Type | Field and Description |
---|---|
private PendingModifiedValues |
DBInstance.pendingModifiedValues
Specifies that changes to the DB instance are pending.
|
Modifier and Type | Method and Description |
---|---|
PendingModifiedValues |
PendingModifiedValues.clone() |
PendingModifiedValues |
DBInstance.getPendingModifiedValues()
Specifies that changes to the DB instance are pending.
|
PendingModifiedValues |
PendingModifiedValues.withAllocatedStorage(java.lang.Integer allocatedStorage)
Contains the new
AllocatedStorage size for the DB instance
that will be applied or is in progress. |
PendingModifiedValues |
PendingModifiedValues.withBackupRetentionPeriod(java.lang.Integer backupRetentionPeriod)
Specifies the pending number of days for which automated backups are
retained.
|
PendingModifiedValues |
PendingModifiedValues.withCACertificateIdentifier(java.lang.String cACertificateIdentifier)
Specifies the identifier of the CA certificate for the DB instance.
|
PendingModifiedValues |
PendingModifiedValues.withDBInstanceClass(java.lang.String dBInstanceClass)
Contains the new
DBInstanceClass for the DB instance that
will be applied or is in progress. |
PendingModifiedValues |
PendingModifiedValues.withDBInstanceIdentifier(java.lang.String dBInstanceIdentifier)
Contains the new
DBInstanceIdentifier for the DB instance
that will be applied or is in progress. |
PendingModifiedValues |
PendingModifiedValues.withEngineVersion(java.lang.String engineVersion)
Indicates the database engine version.
|
PendingModifiedValues |
PendingModifiedValues.withIops(java.lang.Integer iops)
Specifies the new Provisioned IOPS value for the DB instance that will be
applied or is being applied.
|
PendingModifiedValues |
PendingModifiedValues.withMasterUserPassword(java.lang.String masterUserPassword)
Contains the pending or in-progress change of the master credentials for
the DB instance.
|
PendingModifiedValues |
PendingModifiedValues.withMultiAZ(java.lang.Boolean multiAZ)
Indicates that the Single-AZ DB instance is to change to a Multi-AZ
deployment.
|
PendingModifiedValues |
PendingModifiedValues.withPort(java.lang.Integer port)
Specifies the pending port for the DB instance.
|
PendingModifiedValues |
PendingModifiedValues.withStorageType(java.lang.String storageType)
Specifies the storage type to be associated with the DB instance.
|
Modifier and Type | Method and Description |
---|---|
void |
DBInstance.setPendingModifiedValues(PendingModifiedValues pendingModifiedValues)
Specifies that changes to the DB instance are pending.
|
DBInstance |
DBInstance.withPendingModifiedValues(PendingModifiedValues pendingModifiedValues)
Specifies that changes to the DB instance are pending.
|
Modifier and Type | Method and Description |
---|---|
PendingModifiedValues |
PendingModifiedValuesStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |