Uses of Class
com.amazonaws.services.rds.model.PendingModifiedValues
Packages that use PendingModifiedValues
-
Uses of PendingModifiedValues in com.amazonaws.services.rds.model
Methods in com.amazonaws.services.rds.model that return PendingModifiedValuesModifier and TypeMethodDescriptionPendingModifiedValues.clone()DBInstance.getPendingModifiedValues()Specifies that changes to the DB instance are pending.PendingModifiedValues.withAllocatedStorage(Integer allocatedStorage) Contains the newAllocatedStoragesize for the DB instance that will be applied or is in progress.PendingModifiedValues.withBackupRetentionPeriod(Integer backupRetentionPeriod) Specifies the pending number of days for which automated backups are retained.PendingModifiedValues.withCACertificateIdentifier(String cACertificateIdentifier) Specifies the identifier of the CA certificate for the DB instance.PendingModifiedValues.withDBInstanceClass(String dBInstanceClass) Contains the newDBInstanceClassfor the DB instance that will be applied or is in progress.PendingModifiedValues.withDBInstanceIdentifier(String dBInstanceIdentifier) Contains the newDBInstanceIdentifierfor the DB instance that will be applied or is in progress.PendingModifiedValues.withEngineVersion(String engineVersion) Indicates the database engine version.Specifies the new Provisioned IOPS value for the DB instance that will be applied or is being applied.PendingModifiedValues.withMasterUserPassword(String masterUserPassword) Contains the pending or in-progress change of the master credentials for the DB instance.PendingModifiedValues.withMultiAZ(Boolean multiAZ) Indicates that the Single-AZ DB instance is to change to a Multi-AZ deployment.Specifies the pending port for the DB instance.PendingModifiedValues.withStorageType(String storageType) Specifies the storage type to be associated with the DB instance.Methods in com.amazonaws.services.rds.model with parameters of type PendingModifiedValuesModifier and TypeMethodDescriptionvoidDBInstance.setPendingModifiedValues(PendingModifiedValues pendingModifiedValues) Specifies that changes to the DB instance are pending.DBInstance.withPendingModifiedValues(PendingModifiedValues pendingModifiedValues) Specifies that changes to the DB instance are pending.