| Package | Description |
|---|---|
| com.amazonaws.services.docdbelastic |
The new Amazon Elastic DocumentDB service endpoint.
|
| com.amazonaws.services.docdbelastic.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateClusterResult> |
AmazonDocDBElasticAsyncClient.updateClusterAsync(UpdateClusterRequest request,
AsyncHandler<UpdateClusterRequest,UpdateClusterResult> asyncHandler) |
Future<UpdateClusterResult> |
AmazonDocDBElasticAsync.updateClusterAsync(UpdateClusterRequest updateClusterRequest,
AsyncHandler<UpdateClusterRequest,UpdateClusterResult> asyncHandler)
Modifies a Elastic DocumentDB cluster.
|
Future<UpdateClusterResult> |
AbstractAmazonDocDBElasticAsync.updateClusterAsync(UpdateClusterRequest request,
AsyncHandler<UpdateClusterRequest,UpdateClusterResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateClusterRequest |
UpdateClusterRequest.clone() |
UpdateClusterRequest |
UpdateClusterRequest.withAdminUserPassword(String adminUserPassword)
The password for the Elastic DocumentDB cluster administrator.
|
UpdateClusterRequest |
UpdateClusterRequest.withAuthType(Auth authType)
The authentication type for the Elastic DocumentDB cluster.
|
UpdateClusterRequest |
UpdateClusterRequest.withAuthType(String authType)
The authentication type for the Elastic DocumentDB cluster.
|
UpdateClusterRequest |
UpdateClusterRequest.withClientToken(String clientToken)
The client token for the Elastic DocumentDB cluster.
|
UpdateClusterRequest |
UpdateClusterRequest.withClusterArn(String clusterArn)
The arn of the Elastic DocumentDB cluster.
|
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 capacity of each shard in the Elastic DocumentDB cluster.
|
UpdateClusterRequest |
UpdateClusterRequest.withShardCount(Integer shardCount)
The number of shards to create in the Elastic DocumentDB cluster.
|
UpdateClusterRequest |
UpdateClusterRequest.withSubnetIds(Collection<String> subnetIds)
The number of shards to create in the Elastic DocumentDB cluster.
|
UpdateClusterRequest |
UpdateClusterRequest.withSubnetIds(String... subnetIds)
The number of shards to create in the Elastic DocumentDB cluster.
|
UpdateClusterRequest |
UpdateClusterRequest.withVpcSecurityGroupIds(Collection<String> vpcSecurityGroupIds)
A list of EC2 VPC security groups to associate with the new Elastic DocumentDB cluster.
|
UpdateClusterRequest |
UpdateClusterRequest.withVpcSecurityGroupIds(String... vpcSecurityGroupIds)
A list of EC2 VPC security groups to associate with the new Elastic DocumentDB cluster.
|
Copyright © 2023. All rights reserved.