Package | Description |
---|---|
com.amazonaws.services.rds |
|
com.amazonaws.services.rds.model |
Modifier and Type | Method and Description |
---|---|
DBCluster |
AmazonRDSClient.modifyDBCluster(ModifyDBClusterRequest request)
Modifies the settings of an Amazon Aurora DB cluster or a Multi-AZ DB cluster.
|
DBCluster |
AbstractAmazonRDS.modifyDBCluster(ModifyDBClusterRequest request) |
DBCluster |
AmazonRDS.modifyDBCluster(ModifyDBClusterRequest modifyDBClusterRequest)
Modifies the settings of an Amazon Aurora DB cluster or a Multi-AZ DB cluster.
|
Future<DBCluster> |
AmazonRDSAsyncClient.modifyDBClusterAsync(ModifyDBClusterRequest request) |
Future<DBCluster> |
AbstractAmazonRDSAsync.modifyDBClusterAsync(ModifyDBClusterRequest request) |
Future<DBCluster> |
AmazonRDSAsync.modifyDBClusterAsync(ModifyDBClusterRequest modifyDBClusterRequest)
Modifies the settings of an Amazon Aurora DB cluster or a Multi-AZ DB cluster.
|
Future<DBCluster> |
AmazonRDSAsyncClient.modifyDBClusterAsync(ModifyDBClusterRequest request,
AsyncHandler<ModifyDBClusterRequest,DBCluster> asyncHandler) |
Future<DBCluster> |
AbstractAmazonRDSAsync.modifyDBClusterAsync(ModifyDBClusterRequest request,
AsyncHandler<ModifyDBClusterRequest,DBCluster> asyncHandler) |
Future<DBCluster> |
AmazonRDSAsync.modifyDBClusterAsync(ModifyDBClusterRequest modifyDBClusterRequest,
AsyncHandler<ModifyDBClusterRequest,DBCluster> asyncHandler)
Modifies the settings of an Amazon Aurora DB cluster or a Multi-AZ DB cluster.
|
Modifier and Type | Method and Description |
---|---|
Future<DBCluster> |
AmazonRDSAsyncClient.modifyDBClusterAsync(ModifyDBClusterRequest request,
AsyncHandler<ModifyDBClusterRequest,DBCluster> asyncHandler) |
Future<DBCluster> |
AbstractAmazonRDSAsync.modifyDBClusterAsync(ModifyDBClusterRequest request,
AsyncHandler<ModifyDBClusterRequest,DBCluster> asyncHandler) |
Future<DBCluster> |
AmazonRDSAsync.modifyDBClusterAsync(ModifyDBClusterRequest modifyDBClusterRequest,
AsyncHandler<ModifyDBClusterRequest,DBCluster> asyncHandler)
Modifies the settings of an Amazon Aurora DB cluster or a Multi-AZ DB cluster.
|
Modifier and Type | Method and Description |
---|---|
ModifyDBClusterRequest |
ModifyDBClusterRequest.clone() |
ModifyDBClusterRequest |
ModifyDBClusterRequest.withAllocatedStorage(Integer allocatedStorage)
The amount of storage in gibibytes (GiB) to allocate to each DB instance in the Multi-AZ DB cluster.
|
ModifyDBClusterRequest |
ModifyDBClusterRequest.withAllowEngineModeChange(Boolean allowEngineModeChange)
Specifies whether engine mode changes from
serverless to provisioned are allowed. |
ModifyDBClusterRequest |
ModifyDBClusterRequest.withAllowMajorVersionUpgrade(Boolean allowMajorVersionUpgrade)
Specifies whether major version upgrades are allowed.
|
ModifyDBClusterRequest |
ModifyDBClusterRequest.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 cluster. |
ModifyDBClusterRequest |
ModifyDBClusterRequest.withAutoMinorVersionUpgrade(Boolean autoMinorVersionUpgrade)
Specifies whether minor engine upgrades are applied automatically to the DB cluster during the maintenance
window.
|
ModifyDBClusterRequest |
ModifyDBClusterRequest.withAwsBackupRecoveryPointArn(String awsBackupRecoveryPointArn)
The Amazon Resource Name (ARN) of the recovery point in Amazon Web Services Backup.
|
ModifyDBClusterRequest |
ModifyDBClusterRequest.withBacktrackWindow(Long backtrackWindow)
The target backtrack window, in seconds.
|
ModifyDBClusterRequest |
ModifyDBClusterRequest.withBackupRetentionPeriod(Integer backupRetentionPeriod)
The number of days for which automated backups are retained.
|
ModifyDBClusterRequest |
ModifyDBClusterRequest.withCloudwatchLogsExportConfiguration(CloudwatchLogsExportConfiguration cloudwatchLogsExportConfiguration)
The configuration setting for the log types to be enabled for export to CloudWatch Logs for a specific DB
cluster.
|
ModifyDBClusterRequest |
ModifyDBClusterRequest.withCopyTagsToSnapshot(Boolean copyTagsToSnapshot)
Specifies whether to copy all tags from the DB cluster to snapshots of the DB cluster.
|
ModifyDBClusterRequest |
ModifyDBClusterRequest.withDBClusterIdentifier(String dBClusterIdentifier)
The DB cluster identifier for the cluster being modified.
|
ModifyDBClusterRequest |
ModifyDBClusterRequest.withDBClusterInstanceClass(String dBClusterInstanceClass)
The compute and memory capacity of each DB instance in the Multi-AZ DB cluster, for example
db.m6gd.xlarge . |
ModifyDBClusterRequest |
ModifyDBClusterRequest.withDBClusterParameterGroupName(String dBClusterParameterGroupName)
The name of the DB cluster parameter group to use for the DB cluster.
|
ModifyDBClusterRequest |
ModifyDBClusterRequest.withDBInstanceParameterGroupName(String dBInstanceParameterGroupName)
The name of the DB parameter group to apply to all instances of the DB cluster.
|
ModifyDBClusterRequest |
ModifyDBClusterRequest.withDeletionProtection(Boolean deletionProtection)
Specifies whether the DB cluster has deletion protection enabled.
|
ModifyDBClusterRequest |
ModifyDBClusterRequest.withDomain(String domain)
The Active Directory directory ID to move the DB cluster to.
|
ModifyDBClusterRequest |
ModifyDBClusterRequest.withDomainIAMRoleName(String domainIAMRoleName)
The name of the IAM role to use when making API calls to the Directory Service.
|
ModifyDBClusterRequest |
ModifyDBClusterRequest.withEnableGlobalWriteForwarding(Boolean enableGlobalWriteForwarding)
Specifies whether to enable this DB cluster to forward write operations to the primary cluster of a global
cluster (Aurora global database).
|
ModifyDBClusterRequest |
ModifyDBClusterRequest.withEnableHttpEndpoint(Boolean enableHttpEndpoint)
Specifies whether to enable the HTTP endpoint for an Aurora Serverless v1 DB cluster.
|
ModifyDBClusterRequest |
ModifyDBClusterRequest.withEnableIAMDatabaseAuthentication(Boolean enableIAMDatabaseAuthentication)
Specifies whether to enable mapping of Amazon Web Services Identity and Access Management (IAM) accounts to
database accounts.
|
ModifyDBClusterRequest |
ModifyDBClusterRequest.withEnableLocalWriteForwarding(Boolean enableLocalWriteForwarding)
Specifies whether read replicas can forward write operations to the writer DB instance in the DB cluster.
|
ModifyDBClusterRequest |
ModifyDBClusterRequest.withEnablePerformanceInsights(Boolean enablePerformanceInsights)
Specifies whether to turn on Performance Insights for the DB cluster.
|
ModifyDBClusterRequest |
ModifyDBClusterRequest.withEngineMode(String engineMode)
The DB engine mode of the DB cluster, either
provisioned or serverless . |
ModifyDBClusterRequest |
ModifyDBClusterRequest.withEngineVersion(String engineVersion)
The version number of the database engine to which you want to upgrade.
|
ModifyDBClusterRequest |
ModifyDBClusterRequest.withIops(Integer iops)
The amount of Provisioned IOPS (input/output operations per second) to be initially allocated for each DB
instance in the Multi-AZ DB cluster.
|
ModifyDBClusterRequest |
ModifyDBClusterRequest.withManageMasterUserPassword(Boolean manageMasterUserPassword)
Specifies whether to manage the master user password with Amazon Web Services Secrets Manager.
|
ModifyDBClusterRequest |
ModifyDBClusterRequest.withMasterUserPassword(String masterUserPassword)
The new password for the master database user.
|
ModifyDBClusterRequest |
ModifyDBClusterRequest.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.
|
ModifyDBClusterRequest |
ModifyDBClusterRequest.withMonitoringInterval(Integer monitoringInterval)
The interval, in seconds, between points when Enhanced Monitoring metrics are collected for the DB cluster.
|
ModifyDBClusterRequest |
ModifyDBClusterRequest.withMonitoringRoleArn(String monitoringRoleArn)
The Amazon Resource Name (ARN) for the IAM role that permits RDS to send Enhanced Monitoring metrics to Amazon
CloudWatch Logs.
|
ModifyDBClusterRequest |
ModifyDBClusterRequest.withNetworkType(String networkType)
The network type of the DB cluster.
|
ModifyDBClusterRequest |
ModifyDBClusterRequest.withNewDBClusterIdentifier(String newDBClusterIdentifier)
The new DB cluster identifier for the DB cluster when renaming a DB cluster.
|
ModifyDBClusterRequest |
ModifyDBClusterRequest.withOptionGroupName(String optionGroupName)
The option group to associate the DB cluster with.
|
ModifyDBClusterRequest |
ModifyDBClusterRequest.withPerformanceInsightsKMSKeyId(String performanceInsightsKMSKeyId)
The Amazon Web Services KMS key identifier for encryption of Performance Insights data.
|
ModifyDBClusterRequest |
ModifyDBClusterRequest.withPerformanceInsightsRetentionPeriod(Integer performanceInsightsRetentionPeriod)
The number of days to retain Performance Insights data.
|
ModifyDBClusterRequest |
ModifyDBClusterRequest.withPort(Integer port)
The port number on which the DB cluster accepts connections.
|
ModifyDBClusterRequest |
ModifyDBClusterRequest.withPreferredBackupWindow(String preferredBackupWindow)
The daily time range during which automated backups are created if automated backups are enabled, using the
BackupRetentionPeriod parameter. |
ModifyDBClusterRequest |
ModifyDBClusterRequest.withPreferredMaintenanceWindow(String preferredMaintenanceWindow)
The weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).
|
ModifyDBClusterRequest |
ModifyDBClusterRequest.withRotateMasterUserPassword(Boolean rotateMasterUserPassword)
Specifies whether to rotate the secret managed by Amazon Web Services Secrets Manager for the master user
password.
|
ModifyDBClusterRequest |
ModifyDBClusterRequest.withScalingConfiguration(ScalingConfiguration scalingConfiguration)
The scaling properties of the DB cluster.
|
ModifyDBClusterRequest |
ModifyDBClusterRequest.withServerlessV2ScalingConfiguration(ServerlessV2ScalingConfiguration serverlessV2ScalingConfiguration) |
ModifyDBClusterRequest |
ModifyDBClusterRequest.withStorageType(String storageType)
The storage type to associate with the DB cluster.
|
ModifyDBClusterRequest |
ModifyDBClusterRequest.withVpcSecurityGroupIds(Collection<String> vpcSecurityGroupIds)
A list of EC2 VPC security groups to associate with this DB cluster.
|
ModifyDBClusterRequest |
ModifyDBClusterRequest.withVpcSecurityGroupIds(String... vpcSecurityGroupIds)
A list of EC2 VPC security groups to associate with this DB cluster.
|
Copyright © 2023. All rights reserved.