| 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> |
AmazonRDSAsync.modifyDBInstanceAsync(ModifyDBInstanceRequest modifyDBInstanceRequest,
AsyncHandler<ModifyDBInstanceRequest,DBInstance> asyncHandler)
Modifies settings for a DB instance.
|
Future<DBInstance> |
AmazonRDSAsyncClient.modifyDBInstanceAsync(ModifyDBInstanceRequest request,
AsyncHandler<ModifyDBInstanceRequest,DBInstance> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ModifyDBInstanceRequest |
ModifyDBInstanceRequest.clone() |
ModifyDBInstanceRequest |
ModifyDBInstanceRequest.withAllocatedStorage(Integer allocatedStorage)
The new amount of storage in gibibytes (GiB) to allocate for the DB instance.
|
ModifyDBInstanceRequest |
ModifyDBInstanceRequest.withAllowMajorVersionUpgrade(Boolean allowMajorVersionUpgrade)
Specifies whether 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.withAutomationMode(AutomationMode automationMode)
The automation mode of the RDS Custom DB instance.
|
ModifyDBInstanceRequest |
ModifyDBInstanceRequest.withAutomationMode(String automationMode)
The automation mode of the RDS Custom DB instance.
|
ModifyDBInstanceRequest |
ModifyDBInstanceRequest.withAutoMinorVersionUpgrade(Boolean autoMinorVersionUpgrade)
Specifies whether minor version upgrades are applied automatically to the DB instance during the maintenance
window.
|
ModifyDBInstanceRequest |
ModifyDBInstanceRequest.withAwsBackupRecoveryPointArn(String awsBackupRecoveryPointArn)
The Amazon Resource Name (ARN) of the recovery point in Amazon Web Services Backup.
|
ModifyDBInstanceRequest |
ModifyDBInstanceRequest.withBackupRetentionPeriod(Integer backupRetentionPeriod)
The number of days to retain automated backups.
|
ModifyDBInstanceRequest |
ModifyDBInstanceRequest.withCACertificateIdentifier(String cACertificateIdentifier)
The CA certificate identifier to use for the DB instance's server certificate.
|
ModifyDBInstanceRequest |
ModifyDBInstanceRequest.withCertificateRotationRestart(Boolean certificateRotationRestart)
Specifies whether the DB instance is restarted when you rotate your SSL/TLS certificate.
|
ModifyDBInstanceRequest |
ModifyDBInstanceRequest.withCloudwatchLogsExportConfiguration(CloudwatchLogsExportConfiguration cloudwatchLogsExportConfiguration)
The log types to be enabled for export to CloudWatch Logs for a specific DB instance.
|
ModifyDBInstanceRequest |
ModifyDBInstanceRequest.withCopyTagsToSnapshot(Boolean copyTagsToSnapshot)
Specifies whether to copy all tags from the DB instance to snapshots of the DB instance.
|
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 identifier of DB instance to modify.
|
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.withDeletionProtection(Boolean deletionProtection)
Specifies whether the DB instance has deletion protection enabled.
|
ModifyDBInstanceRequest |
ModifyDBInstanceRequest.withDisableDomain(Boolean disableDomain)
Specifies whether to remove the DB instance from the Active Directory domain.
|
ModifyDBInstanceRequest |
ModifyDBInstanceRequest.withDomain(String domain)
The Active Directory directory ID to move the DB instance to.
|
ModifyDBInstanceRequest |
ModifyDBInstanceRequest.withDomainAuthSecretArn(String domainAuthSecretArn)
The ARN for the Secrets Manager secret with the credentials for the user joining the domain.
|
ModifyDBInstanceRequest |
ModifyDBInstanceRequest.withDomainDnsIps(Collection<String> domainDnsIps)
The IPv4 DNS IP addresses of your primary and secondary Active Directory domain controllers.
|
ModifyDBInstanceRequest |
ModifyDBInstanceRequest.withDomainDnsIps(String... domainDnsIps)
The IPv4 DNS IP addresses of your primary and secondary Active Directory domain controllers.
|
ModifyDBInstanceRequest |
ModifyDBInstanceRequest.withDomainFqdn(String domainFqdn)
The fully qualified domain name (FQDN) of an Active Directory domain.
|
ModifyDBInstanceRequest |
ModifyDBInstanceRequest.withDomainIAMRoleName(String domainIAMRoleName)
The name of the IAM role to use when making API calls to the Directory Service.
|
ModifyDBInstanceRequest |
ModifyDBInstanceRequest.withDomainOu(String domainOu)
The Active Directory organizational unit for your DB instance to join.
|
ModifyDBInstanceRequest |
ModifyDBInstanceRequest.withEnableCustomerOwnedIp(Boolean enableCustomerOwnedIp)
Specifies whether to enable a customer-owned IP address (CoIP) for an RDS on Outposts DB instance.
|
ModifyDBInstanceRequest |
ModifyDBInstanceRequest.withEnableIAMDatabaseAuthentication(Boolean enableIAMDatabaseAuthentication)
Specifies whether to enable mapping of Amazon Web Services Identity and Access Management (IAM) accounts to
database accounts.
|
ModifyDBInstanceRequest |
ModifyDBInstanceRequest.withEnablePerformanceInsights(Boolean enablePerformanceInsights)
Specifies whether to enable Performance Insights for the DB instance.
|
ModifyDBInstanceRequest |
ModifyDBInstanceRequest.withEngine(String engine)
The target Oracle DB engine when you convert a non-CDB to a CDB.
|
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.withManageMasterUserPassword(Boolean manageMasterUserPassword)
Specifies whether to manage the master user password with Amazon Web Services Secrets Manager.
|
ModifyDBInstanceRequest |
ModifyDBInstanceRequest.withMasterUserPassword(String masterUserPassword)
The new password for the master user.
|
ModifyDBInstanceRequest |
ModifyDBInstanceRequest.withMasterUserSecretKmsKeyId(String masterUserSecretKmsKeyId)
The Amazon Web Services KMS key identifier to encrypt a secret that is automatically generated and managed in
Amazon Web Services Secrets Manager.
|
ModifyDBInstanceRequest |
ModifyDBInstanceRequest.withMaxAllocatedStorage(Integer maxAllocatedStorage)
The upper limit in gibibytes (GiB) to which Amazon RDS can automatically scale the storage of the DB instance.
|
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 whether the DB instance is a Multi-AZ deployment.
|
ModifyDBInstanceRequest |
ModifyDBInstanceRequest.withNetworkType(String networkType)
The network type of the DB instance.
|
ModifyDBInstanceRequest |
ModifyDBInstanceRequest.withNewDBInstanceIdentifier(String newDBInstanceIdentifier)
The new identifier for the DB instance when renaming a DB instance.
|
ModifyDBInstanceRequest |
ModifyDBInstanceRequest.withOptionGroupName(String optionGroupName)
The option group to associate the DB instance with.
|
ModifyDBInstanceRequest |
ModifyDBInstanceRequest.withPerformanceInsightsKMSKeyId(String performanceInsightsKMSKeyId)
The Amazon Web Services KMS key identifier for encryption of Performance Insights data.
|
ModifyDBInstanceRequest |
ModifyDBInstanceRequest.withPerformanceInsightsRetentionPeriod(Integer performanceInsightsRetentionPeriod)
The number of 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 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)
The order of priority in which an Aurora Replica is promoted to the primary instance after a failure of the
existing primary instance.
|
ModifyDBInstanceRequest |
ModifyDBInstanceRequest.withPubliclyAccessible(Boolean publiclyAccessible)
Specifies whether the DB instance is publicly accessible.
|
ModifyDBInstanceRequest |
ModifyDBInstanceRequest.withReplicaMode(ReplicaMode replicaMode)
A value that sets the open mode of a replica database to either mounted or read-only.
|
ModifyDBInstanceRequest |
ModifyDBInstanceRequest.withReplicaMode(String replicaMode)
A value that sets the open mode of a replica database to either mounted or read-only.
|
ModifyDBInstanceRequest |
ModifyDBInstanceRequest.withResumeFullAutomationModeMinutes(Integer resumeFullAutomationModeMinutes)
The number of minutes to pause the automation.
|
ModifyDBInstanceRequest |
ModifyDBInstanceRequest.withRotateMasterUserPassword(Boolean rotateMasterUserPassword)
Specifies whether to rotate the secret managed by Amazon Web Services Secrets Manager for the master user
password.
|
ModifyDBInstanceRequest |
ModifyDBInstanceRequest.withStorageThroughput(Integer storageThroughput)
The storage throughput value for the DB instance.
|
ModifyDBInstanceRequest |
ModifyDBInstanceRequest.withStorageType(String storageType)
The storage type to associate 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)
Specifies whether the DB instance class of the DB instance uses its default processor features.
|
ModifyDBInstanceRequest |
ModifyDBInstanceRequest.withVpcSecurityGroupIds(Collection<String> vpcSecurityGroupIds)
A list of Amazon EC2 VPC security groups to associate with this DB instance.
|
ModifyDBInstanceRequest |
ModifyDBInstanceRequest.withVpcSecurityGroupIds(String... vpcSecurityGroupIds)
A list of Amazon EC2 VPC security groups to associate with this DB instance.
|
Copyright © 2023. All rights reserved.