| Package | Description |
|---|---|
| com.amazonaws.services.docdbelastic |
|
| com.amazonaws.services.docdbelastic.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateClusterResult> |
AmazonDocDBElasticAsyncClient.updateClusterAsync(UpdateClusterRequest request,
AsyncHandler<UpdateClusterRequest,UpdateClusterResult> asyncHandler) |
Future<UpdateClusterResult> |
AbstractAmazonDocDBElasticAsync.updateClusterAsync(UpdateClusterRequest request,
AsyncHandler<UpdateClusterRequest,UpdateClusterResult> asyncHandler) |
Future<UpdateClusterResult> |
AmazonDocDBElasticAsync.updateClusterAsync(UpdateClusterRequest updateClusterRequest,
AsyncHandler<UpdateClusterRequest,UpdateClusterResult> asyncHandler)
Modifies an elastic cluster.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateClusterRequest |
UpdateClusterRequest.clone() |
UpdateClusterRequest |
UpdateClusterRequest.withAdminUserPassword(String adminUserPassword)
The password associated with the elastic cluster administrator.
|
UpdateClusterRequest |
UpdateClusterRequest.withAuthType(Auth authType)
The authentication type used to determine where to fetch the password used for accessing the elastic cluster.
|
UpdateClusterRequest |
UpdateClusterRequest.withAuthType(String authType)
The authentication type used to determine where to fetch the password used for accessing the elastic cluster.
|
UpdateClusterRequest |
UpdateClusterRequest.withBackupRetentionPeriod(Integer backupRetentionPeriod)
The number of days for which automatic snapshots are retained.
|
UpdateClusterRequest |
UpdateClusterRequest.withClientToken(String clientToken)
The client token for the elastic cluster.
|
UpdateClusterRequest |
UpdateClusterRequest.withClusterArn(String clusterArn)
The ARN identifier of the elastic cluster.
|
UpdateClusterRequest |
UpdateClusterRequest.withPreferredBackupWindow(String preferredBackupWindow)
The daily time range during which automated backups are created if automated backups are enabled, as determined
by the
backupRetentionPeriod. |
UpdateClusterRequest |
UpdateClusterRequest.withPreferredMaintenanceWindow(String preferredMaintenanceWindow)
The weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).
|
UpdateClusterRequest |
UpdateClusterRequest.withShardCapacity(Integer shardCapacity)
The number of vCPUs assigned to each elastic cluster shard.
|
UpdateClusterRequest |
UpdateClusterRequest.withShardCount(Integer shardCount)
The number of shards assigned to the elastic cluster.
|
UpdateClusterRequest |
UpdateClusterRequest.withShardInstanceCount(Integer shardInstanceCount)
The number of replica instances applying to all shards in the elastic cluster.
|
UpdateClusterRequest |
UpdateClusterRequest.withSubnetIds(Collection<String> subnetIds)
The Amazon EC2 subnet IDs for the elastic cluster.
|
UpdateClusterRequest |
UpdateClusterRequest.withSubnetIds(String... subnetIds)
The Amazon EC2 subnet IDs for the elastic cluster.
|
UpdateClusterRequest |
UpdateClusterRequest.withVpcSecurityGroupIds(Collection<String> vpcSecurityGroupIds)
A list of EC2 VPC security groups to associate with the elastic cluster.
|
UpdateClusterRequest |
UpdateClusterRequest.withVpcSecurityGroupIds(String... vpcSecurityGroupIds)
A list of EC2 VPC security groups to associate with the elastic cluster.
|
Copyright © 2025. All rights reserved.