Uses of Class
com.amazonaws.services.rds.model.ModifyDBInstanceRequest
Packages that use ModifyDBInstanceRequest
-
Uses of ModifyDBInstanceRequest in com.amazonaws.services.rds
Methods in com.amazonaws.services.rds with parameters of type ModifyDBInstanceRequestModifier and TypeMethodDescriptionAbstractAmazonRDS.modifyDBInstance(ModifyDBInstanceRequest request) AmazonRDS.modifyDBInstance(ModifyDBInstanceRequest modifyDBInstanceRequest) Modify settings for a DB instance.AmazonRDSClient.modifyDBInstance(ModifyDBInstanceRequest modifyDBInstanceRequest) Modify settings for a DB instance.AbstractAmazonRDSAsync.modifyDBInstanceAsync(ModifyDBInstanceRequest request) AbstractAmazonRDSAsync.modifyDBInstanceAsync(ModifyDBInstanceRequest request, AsyncHandler<ModifyDBInstanceRequest, DBInstance> asyncHandler) AmazonRDSAsync.modifyDBInstanceAsync(ModifyDBInstanceRequest modifyDBInstanceRequest) Modify settings for a DB instance.AmazonRDSAsync.modifyDBInstanceAsync(ModifyDBInstanceRequest modifyDBInstanceRequest, AsyncHandler<ModifyDBInstanceRequest, DBInstance> asyncHandler) Modify settings for a DB instance.AmazonRDSAsyncClient.modifyDBInstanceAsync(ModifyDBInstanceRequest request) AmazonRDSAsyncClient.modifyDBInstanceAsync(ModifyDBInstanceRequest request, AsyncHandler<ModifyDBInstanceRequest, DBInstance> asyncHandler) Method parameters in com.amazonaws.services.rds with type arguments of type ModifyDBInstanceRequestModifier and TypeMethodDescriptionAbstractAmazonRDSAsync.modifyDBInstanceAsync(ModifyDBInstanceRequest request, AsyncHandler<ModifyDBInstanceRequest, DBInstance> asyncHandler) AmazonRDSAsync.modifyDBInstanceAsync(ModifyDBInstanceRequest modifyDBInstanceRequest, AsyncHandler<ModifyDBInstanceRequest, DBInstance> asyncHandler) Modify settings for a DB instance.AmazonRDSAsyncClient.modifyDBInstanceAsync(ModifyDBInstanceRequest request, AsyncHandler<ModifyDBInstanceRequest, DBInstance> asyncHandler) -
Uses of ModifyDBInstanceRequest in com.amazonaws.services.rds.model
Methods in com.amazonaws.services.rds.model that return ModifyDBInstanceRequestModifier and TypeMethodDescriptionModifyDBInstanceRequest.clone()ModifyDBInstanceRequest.withAllocatedStorage(Integer allocatedStorage) The new storage capacity of the RDS instance.ModifyDBInstanceRequest.withAllowMajorVersionUpgrade(Boolean allowMajorVersionUpgrade) Indicates that major version upgrades are allowed.ModifyDBInstanceRequest.withApplyImmediately(Boolean applyImmediately) Specifies whether the modifications in this request and any pending modifications are asynchronously applied as soon as possible, regardless of thePreferredMaintenanceWindowsetting for the DB instance.ModifyDBInstanceRequest.withAutoMinorVersionUpgrade(Boolean autoMinorVersionUpgrade) Indicates that minor version upgrades will be applied automatically to the DB instance during the maintenance window.ModifyDBInstanceRequest.withBackupRetentionPeriod(Integer backupRetentionPeriod) The number of days to retain automated backups.ModifyDBInstanceRequest.withCACertificateIdentifier(String cACertificateIdentifier) Indicates the certificate that needs to be associated with the instance.ModifyDBInstanceRequest.withCopyTagsToSnapshot(Boolean copyTagsToSnapshot) True to copy all tags from the DB instance to snapshots of the DB instance; otherwise false.ModifyDBInstanceRequest.withDBInstanceClass(String dBInstanceClass) The new compute and memory capacity of the DB instance.ModifyDBInstanceRequest.withDBInstanceIdentifier(String dBInstanceIdentifier) The DB instance identifier.ModifyDBInstanceRequest.withDBParameterGroupName(String dBParameterGroupName) The name of the DB parameter group to apply to the DB instance.ModifyDBInstanceRequest.withDBPortNumber(Integer dBPortNumber) The port number on which the database accepts connections.ModifyDBInstanceRequest.withDBSecurityGroups(String... dBSecurityGroups) A list of DB security groups to authorize on this DB instance.ModifyDBInstanceRequest.withDBSecurityGroups(Collection<String> dBSecurityGroups) A list of DB security groups to authorize on this DB instance.ModifyDBInstanceRequest.withDomain(String domain) Specify the Active Directory Domain to move the instance to.ModifyDBInstanceRequest.withDomainIAMRoleName(String domainIAMRoleName) Specify the name of the IAM role to be used when making API calls to the Directory Service.ModifyDBInstanceRequest.withEngineVersion(String engineVersion) The version number of the database engine to upgrade to.The new Provisioned IOPS (I/O operations per second) value for the RDS instance.ModifyDBInstanceRequest.withMasterUserPassword(String masterUserPassword) The new password for the DB instance master user.ModifyDBInstanceRequest.withMonitoringInterval(Integer monitoringInterval) The interval, in seconds, between points when Enhanced Monitoring metrics are collected for the DB instance.ModifyDBInstanceRequest.withMonitoringRoleArn(String monitoringRoleArn) The ARN for the IAM role that permits RDS to send enhanced monitoring metrics to CloudWatch Logs.ModifyDBInstanceRequest.withMultiAZ(Boolean multiAZ) Specifies if the DB instance is a Multi-AZ deployment.ModifyDBInstanceRequest.withNewDBInstanceIdentifier(String newDBInstanceIdentifier) The new DB instance identifier for the DB instance when renaming a DB instance.ModifyDBInstanceRequest.withOptionGroupName(String optionGroupName) Indicates that the DB instance should be associated with the specified option group.ModifyDBInstanceRequest.withPreferredBackupWindow(String preferredBackupWindow) The daily time range during which automated backups are created if automated backups are enabled, as determined by theBackupRetentionPeriodparameter.ModifyDBInstanceRequest.withPreferredMaintenanceWindow(String preferredMaintenanceWindow) The weekly time range (in UTC) during which system maintenance can occur, which might result in an outage.ModifyDBInstanceRequest.withPromotionTier(Integer promotionTier) A value that specifies the order in which an Aurora Replica is promoted to the primary instance after a failure of the existing primary instance.ModifyDBInstanceRequest.withPubliclyAccessible(Boolean publiclyAccessible) Boolean value that indicates if the DB instance has a publicly resolvable DNS name.ModifyDBInstanceRequest.withStorageType(String storageType) Specifies the storage type to be associated with the DB instance.ModifyDBInstanceRequest.withTdeCredentialArn(String tdeCredentialArn) The ARN from the Key Store with which to associate the instance for TDE encryption.ModifyDBInstanceRequest.withTdeCredentialPassword(String tdeCredentialPassword) The password for the given ARN from the Key Store in order to access the device.ModifyDBInstanceRequest.withVpcSecurityGroupIds(String... vpcSecurityGroupIds) A list of EC2 VPC security groups to authorize on this DB instance.ModifyDBInstanceRequest.withVpcSecurityGroupIds(Collection<String> vpcSecurityGroupIds) A list of EC2 VPC security groups to authorize on this DB instance.