Package | Description |
---|---|
com.amazonaws.services.rds |
|
com.amazonaws.services.rds.model |
Modifier and Type | Method and Description |
---|---|
Future<DBInstance> |
AbstractAmazonRDSAsync.modifyDBInstanceAsync(ModifyDBInstanceRequest request,
AsyncHandler<ModifyDBInstanceRequest,DBInstance> asyncHandler) |
Future<DBInstance> |
AmazonRDSAsyncClient.modifyDBInstanceAsync(ModifyDBInstanceRequest request,
AsyncHandler<ModifyDBInstanceRequest,DBInstance> asyncHandler) |
Future<DBInstance> |
AmazonRDSAsync.modifyDBInstanceAsync(ModifyDBInstanceRequest modifyDBInstanceRequest,
AsyncHandler<ModifyDBInstanceRequest,DBInstance> asyncHandler)
Modifies settings for a DB instance.
|
Modifier and Type | Method and Description |
---|---|
ModifyDBInstanceRequest |
ModifyDBInstanceRequest.clone() |
ModifyDBInstanceRequest |
ModifyDBInstanceRequest.withAllocatedStorage(Integer allocatedStorage)
The new amount of storage (in gibibytes) to allocate for the DB instance.
|
ModifyDBInstanceRequest |
ModifyDBInstanceRequest.withAllowMajorVersionUpgrade(Boolean allowMajorVersionUpgrade)
Indicates that major version upgrades are allowed.
|
ModifyDBInstanceRequest |
ModifyDBInstanceRequest.withApplyImmediately(Boolean applyImmediately)
Specifies whether 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.withAutoMinorVersionUpgrade(Boolean autoMinorVersionUpgrade)
Indicates that minor version upgrades are applied automatically to the DB instance during the maintenance window.
|
ModifyDBInstanceRequest |
ModifyDBInstanceRequest.withBackupRetentionPeriod(Integer backupRetentionPeriod)
The number of days to retain automated backups.
|
ModifyDBInstanceRequest |
ModifyDBInstanceRequest.withCACertificateIdentifier(String cACertificateIdentifier)
Indicates the certificate that needs to be associated with the instance.
|
ModifyDBInstanceRequest |
ModifyDBInstanceRequest.withCloudwatchLogsExportConfiguration(CloudwatchLogsExportConfiguration cloudwatchLogsExportConfiguration)
The configuration setting for the log types to be enabled for export to CloudWatch Logs for a specific DB
instance.
|
ModifyDBInstanceRequest |
ModifyDBInstanceRequest.withCopyTagsToSnapshot(Boolean copyTagsToSnapshot)
True to copy all tags from the DB instance to snapshots of the DB instance, and otherwise false.
|
ModifyDBInstanceRequest |
ModifyDBInstanceRequest.withDBInstanceClass(String dBInstanceClass)
The new compute and memory capacity of the DB instance, for example,
db.m4.large . |
ModifyDBInstanceRequest |
ModifyDBInstanceRequest.withDBInstanceIdentifier(String dBInstanceIdentifier)
The DB instance identifier.
|
ModifyDBInstanceRequest |
ModifyDBInstanceRequest.withDBParameterGroupName(String dBParameterGroupName)
The name of the DB parameter group to apply to the DB instance.
|
ModifyDBInstanceRequest |
ModifyDBInstanceRequest.withDBPortNumber(Integer dBPortNumber)
The port number on which the database accepts connections.
|
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.withDBSubnetGroupName(String dBSubnetGroupName)
The new DB subnet group for the DB instance.
|
ModifyDBInstanceRequest |
ModifyDBInstanceRequest.withDomain(String domain)
The Active Directory Domain to move the instance to.
|
ModifyDBInstanceRequest |
ModifyDBInstanceRequest.withDomainIAMRoleName(String domainIAMRoleName)
The name of the IAM role to use when making API calls to the Directory Service.
|
ModifyDBInstanceRequest |
ModifyDBInstanceRequest.withEnableIAMDatabaseAuthentication(Boolean enableIAMDatabaseAuthentication)
True to enable mapping of AWS Identity and Access Management (IAM) accounts to database accounts, and otherwise
false.
|
ModifyDBInstanceRequest |
ModifyDBInstanceRequest.withEnablePerformanceInsights(Boolean enablePerformanceInsights)
True to enable Performance Insights for the DB instance, and otherwise false.
|
ModifyDBInstanceRequest |
ModifyDBInstanceRequest.withEngineVersion(String engineVersion)
The version number of the database engine to upgrade to.
|
ModifyDBInstanceRequest |
ModifyDBInstanceRequest.withIops(Integer iops)
The new Provisioned IOPS (I/O operations per second) value for the RDS instance.
|
ModifyDBInstanceRequest |
ModifyDBInstanceRequest.withLicenseModel(String licenseModel)
The license model for the DB instance.
|
ModifyDBInstanceRequest |
ModifyDBInstanceRequest.withMasterUserPassword(String masterUserPassword)
The new password for the master user.
|
ModifyDBInstanceRequest |
ModifyDBInstanceRequest.withMonitoringInterval(Integer monitoringInterval)
The interval, in seconds, between points when Enhanced Monitoring metrics are collected for the DB instance.
|
ModifyDBInstanceRequest |
ModifyDBInstanceRequest.withMonitoringRoleArn(String monitoringRoleArn)
The ARN for the IAM role that permits RDS to send enhanced monitoring metrics to Amazon CloudWatch Logs.
|
ModifyDBInstanceRequest |
ModifyDBInstanceRequest.withMultiAZ(Boolean multiAZ)
Specifies if the DB instance is a Multi-AZ deployment.
|
ModifyDBInstanceRequest |
ModifyDBInstanceRequest.withNewDBInstanceIdentifier(String newDBInstanceIdentifier)
The new DB instance identifier for the DB instance when renaming a DB instance.
|
ModifyDBInstanceRequest |
ModifyDBInstanceRequest.withOptionGroupName(String optionGroupName)
Indicates that the DB instance should be associated with the specified option group.
|
ModifyDBInstanceRequest |
ModifyDBInstanceRequest.withPerformanceInsightsKMSKeyId(String performanceInsightsKMSKeyId)
The AWS KMS key identifier for encryption of Performance Insights data.
|
ModifyDBInstanceRequest |
ModifyDBInstanceRequest.withPerformanceInsightsRetentionPeriod(Integer performanceInsightsRetentionPeriod)
The amount of time, in days, to retain Performance Insights data.
|
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 parameter. |
ModifyDBInstanceRequest |
ModifyDBInstanceRequest.withPreferredMaintenanceWindow(String preferredMaintenanceWindow)
The weekly time range (in UTC) during which system maintenance can occur, which might result in an outage.
|
ModifyDBInstanceRequest |
ModifyDBInstanceRequest.withProcessorFeatures(Collection<ProcessorFeature> processorFeatures)
The number of CPU cores and the number of threads per core for the DB instance class of the DB instance.
|
ModifyDBInstanceRequest |
ModifyDBInstanceRequest.withProcessorFeatures(ProcessorFeature... processorFeatures)
The number of CPU cores and the number of threads per core for the DB instance class of the DB instance.
|
ModifyDBInstanceRequest |
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 |
ModifyDBInstanceRequest.withPubliclyAccessible(Boolean publiclyAccessible)
Boolean value that indicates if the DB instance has a publicly resolvable DNS name.
|
ModifyDBInstanceRequest |
ModifyDBInstanceRequest.withStorageType(String storageType)
Specifies the storage type to be associated with the DB instance.
|
ModifyDBInstanceRequest |
ModifyDBInstanceRequest.withTdeCredentialArn(String tdeCredentialArn)
The ARN from the key store with which to associate the instance for TDE encryption.
|
ModifyDBInstanceRequest |
ModifyDBInstanceRequest.withTdeCredentialPassword(String tdeCredentialPassword)
The password for the given ARN from the key store in order to access the device.
|
ModifyDBInstanceRequest |
ModifyDBInstanceRequest.withUseDefaultProcessorFeatures(Boolean useDefaultProcessorFeatures)
A value that specifies that the DB instance class of the DB instance uses its default processor features.
|
ModifyDBInstanceRequest |
ModifyDBInstanceRequest.withVpcSecurityGroupIds(Collection<String> vpcSecurityGroupIds)
A list of EC2 VPC security groups to authorize on this DB instance.
|
ModifyDBInstanceRequest |
ModifyDBInstanceRequest.withVpcSecurityGroupIds(String... vpcSecurityGroupIds)
A list of EC2 VPC security groups to authorize on this DB instance.
|
Copyright © 2018. All rights reserved.