Uses of Class
com.amazonaws.services.rds.model.PendingModifiedValues

Packages that use PendingModifiedValues
com.amazonaws.services.rds.model Classes modeling the various types represented by AmazonRDS. 
 

Uses of PendingModifiedValues in com.amazonaws.services.rds.model
 

Methods in com.amazonaws.services.rds.model that return PendingModifiedValues
 PendingModifiedValues DBInstance.getPendingModifiedValues()
          Specifies that changes to the DB Instance are pending.
 PendingModifiedValues PendingModifiedValues.withAllocatedStorage(Integer allocatedStorage)
          Contains the new AllocatedStorage size for the DB Instance that will be applied or is in progress.
 PendingModifiedValues PendingModifiedValues.withBackupRetentionPeriod(Integer backupRetentionPeriod)
          Specifies the pending number of days for which automated backups are retained.
 PendingModifiedValues PendingModifiedValues.withDBInstanceClass(String dBInstanceClass)
          Contains the new DBInstanceClass for the DB Instance that will be applied or is in progress.
 PendingModifiedValues PendingModifiedValues.withMasterUserPassword(String masterUserPassword)
          Contains the pending or in-progress change of the master credentials for the DB Instance.
 PendingModifiedValues PendingModifiedValues.withPort(Integer port)
          Specifies the pending port for the DB Instance.
 

Methods in com.amazonaws.services.rds.model with parameters of type PendingModifiedValues
 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.
 



Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.