| Package | Description |
|---|---|
| com.amazonaws.services.docdbelastic |
|
| com.amazonaws.services.docdbelastic.model |
| Modifier and Type | Method and Description |
|---|---|
Future<RestoreClusterFromSnapshotResult> |
AbstractAmazonDocDBElasticAsync.restoreClusterFromSnapshotAsync(RestoreClusterFromSnapshotRequest request,
AsyncHandler<RestoreClusterFromSnapshotRequest,RestoreClusterFromSnapshotResult> asyncHandler) |
Future<RestoreClusterFromSnapshotResult> |
AmazonDocDBElasticAsync.restoreClusterFromSnapshotAsync(RestoreClusterFromSnapshotRequest restoreClusterFromSnapshotRequest,
AsyncHandler<RestoreClusterFromSnapshotRequest,RestoreClusterFromSnapshotResult> asyncHandler)
Restores an elastic cluster from a snapshot.
|
Future<RestoreClusterFromSnapshotResult> |
AmazonDocDBElasticAsyncClient.restoreClusterFromSnapshotAsync(RestoreClusterFromSnapshotRequest request,
AsyncHandler<RestoreClusterFromSnapshotRequest,RestoreClusterFromSnapshotResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
RestoreClusterFromSnapshotRequest |
RestoreClusterFromSnapshotRequest.addTagsEntry(String key,
String value)
Add a single Tags entry
|
RestoreClusterFromSnapshotRequest |
RestoreClusterFromSnapshotRequest.clearTagsEntries()
Removes all the entries added into Tags.
|
RestoreClusterFromSnapshotRequest |
RestoreClusterFromSnapshotRequest.clone() |
RestoreClusterFromSnapshotRequest |
RestoreClusterFromSnapshotRequest.withClusterName(String clusterName)
The name of the elastic cluster.
|
RestoreClusterFromSnapshotRequest |
RestoreClusterFromSnapshotRequest.withKmsKeyId(String kmsKeyId)
The KMS key identifier to use to encrypt the new Amazon DocumentDB elastic clusters cluster.
|
RestoreClusterFromSnapshotRequest |
RestoreClusterFromSnapshotRequest.withShardCapacity(Integer shardCapacity)
The capacity of each shard in the new restored elastic cluster.
|
RestoreClusterFromSnapshotRequest |
RestoreClusterFromSnapshotRequest.withShardInstanceCount(Integer shardInstanceCount)
The number of replica instances applying to all shards in the elastic cluster.
|
RestoreClusterFromSnapshotRequest |
RestoreClusterFromSnapshotRequest.withSnapshotArn(String snapshotArn)
The ARN identifier of the elastic cluster snapshot.
|
RestoreClusterFromSnapshotRequest |
RestoreClusterFromSnapshotRequest.withSubnetIds(Collection<String> subnetIds)
The Amazon EC2 subnet IDs for the elastic cluster.
|
RestoreClusterFromSnapshotRequest |
RestoreClusterFromSnapshotRequest.withSubnetIds(String... subnetIds)
The Amazon EC2 subnet IDs for the elastic cluster.
|
RestoreClusterFromSnapshotRequest |
RestoreClusterFromSnapshotRequest.withTags(Map<String,String> tags)
A list of the tag names to be assigned to the restored elastic cluster, in the form of an array of key-value
pairs in which the key is the tag name and the value is the key value.
|
RestoreClusterFromSnapshotRequest |
RestoreClusterFromSnapshotRequest.withVpcSecurityGroupIds(Collection<String> vpcSecurityGroupIds)
A list of EC2 VPC security groups to associate with the elastic cluster.
|
RestoreClusterFromSnapshotRequest |
RestoreClusterFromSnapshotRequest.withVpcSecurityGroupIds(String... vpcSecurityGroupIds)
A list of EC2 VPC security groups to associate with the elastic cluster.
|
Copyright © 2025. All rights reserved.