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

Packages that use ModifyDBInstanceRequest
com.amazonaws.services.rds Synchronous and asynchronous client classes for accessing AmazonRDS. 
com.amazonaws.services.rds.model Classes modeling the various types represented by AmazonRDS. 
 

Uses of ModifyDBInstanceRequest in com.amazonaws.services.rds
 

Methods in com.amazonaws.services.rds with parameters of type ModifyDBInstanceRequest
 DBInstance AmazonRDS.modifyDBInstance(ModifyDBInstanceRequest modifyDBInstanceRequest)
           This API is used to change RDS Instance settings.
 DBInstance AmazonRDSClient.modifyDBInstance(ModifyDBInstanceRequest modifyDBInstanceRequest)
           This API is used to change RDS Instance settings.
 Future<DBInstance> AmazonRDSAsyncClient.modifyDBInstanceAsync(ModifyDBInstanceRequest modifyDBInstanceRequest)
           This API is used to change RDS Instance settings.
 Future<DBInstance> AmazonRDSAsync.modifyDBInstanceAsync(ModifyDBInstanceRequest modifyDBInstanceRequest)
           This API is used to change RDS Instance settings.
 

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

Methods in com.amazonaws.services.rds.model that return ModifyDBInstanceRequest
 ModifyDBInstanceRequest ModifyDBInstanceRequest.withAllocatedStorage(Integer allocatedStorage)
          The new storage capacity of the RDS instance.
 ModifyDBInstanceRequest ModifyDBInstanceRequest.withApplyImmediately(Boolean applyImmediately)
          Specifies whether or not the modifications in this request and any pending modifications are asynchronously applied as soon as possible, regardless of the PreferredMaintenanceWindow setting for the DB Instance.
 ModifyDBInstanceRequest ModifyDBInstanceRequest.withBackupRetentionPeriod(Integer backupRetentionPeriod)
          The number of days to retain automated backups.
 ModifyDBInstanceRequest ModifyDBInstanceRequest.withDBInstanceClass(String dBInstanceClass)
          The new compute and memory capacity of the DB Instance.
 ModifyDBInstanceRequest ModifyDBInstanceRequest.withDBInstanceIdentifier(String dBInstanceIdentifier)
          The DB Instance identifier.
 ModifyDBInstanceRequest ModifyDBInstanceRequest.withDBParameterGroupName(String dBParameterGroupName)
          The name of the DB Parameter Group to apply to this DB Instance.
 ModifyDBInstanceRequest ModifyDBInstanceRequest.withDBSecurityGroups(Collection<String> dBSecurityGroups)
          A list of DB Security Groups to authorize on this DB Instance.
 ModifyDBInstanceRequest ModifyDBInstanceRequest.withDBSecurityGroups(String... dBSecurityGroups)
          A list of DB Security Groups to authorize on this DB Instance.
 ModifyDBInstanceRequest ModifyDBInstanceRequest.withMasterUserPassword(String masterUserPassword)
          The new password for the DB Instance master user.
 ModifyDBInstanceRequest ModifyDBInstanceRequest.withPreferredBackupWindow(String preferredBackupWindow)
          The daily time range during which automated backups are created if automated backups are enabled, as determined by the BackupRetentionPeriod.
 ModifyDBInstanceRequest ModifyDBInstanceRequest.withPreferredMaintenanceWindow(String preferredMaintenanceWindow)
          The weekly time range (in UTC) during which system maintenance can occur, which may result in an outage.
 



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