| 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<RestoreClusterFromSnapshotResult> |
AmazonDocDBElasticAsyncClient.restoreClusterFromSnapshotAsync(RestoreClusterFromSnapshotRequest request,
AsyncHandler<RestoreClusterFromSnapshotRequest,RestoreClusterFromSnapshotResult> asyncHandler) |
Future<RestoreClusterFromSnapshotResult> |
AbstractAmazonDocDBElasticAsync.restoreClusterFromSnapshotAsync(RestoreClusterFromSnapshotRequest request,
AsyncHandler<RestoreClusterFromSnapshotRequest,RestoreClusterFromSnapshotResult> asyncHandler) |
Future<RestoreClusterFromSnapshotResult> |
AmazonDocDBElasticAsync.restoreClusterFromSnapshotAsync(RestoreClusterFromSnapshotRequest restoreClusterFromSnapshotRequest,
AsyncHandler<RestoreClusterFromSnapshotRequest,RestoreClusterFromSnapshotResult> asyncHandler)
Restores a Elastic DocumentDB cluster from a snapshot.
|
| 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 DocumentDB cluster.
|
RestoreClusterFromSnapshotRequest |
RestoreClusterFromSnapshotRequest.withKmsKeyId(String kmsKeyId)
The KMS key identifier to use to encrypt the new Elastic DocumentDB cluster.
|
RestoreClusterFromSnapshotRequest |
RestoreClusterFromSnapshotRequest.withSnapshotArn(String snapshotArn)
The arn of the Elastic DocumentDB snapshot.
|
RestoreClusterFromSnapshotRequest |
RestoreClusterFromSnapshotRequest.withSubnetIds(Collection<String> subnetIds)
The Amazon EC2 subnet IDs for the Elastic DocumentDB cluster.
|
RestoreClusterFromSnapshotRequest |
RestoreClusterFromSnapshotRequest.withSubnetIds(String... subnetIds)
The Amazon EC2 subnet IDs for the Elastic DocumentDB cluster.
|
RestoreClusterFromSnapshotRequest |
RestoreClusterFromSnapshotRequest.withTags(Map<String,String> tags)
A list of the tag names to be assigned to the restored DB 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 DocumentDB cluster.
|
RestoreClusterFromSnapshotRequest |
RestoreClusterFromSnapshotRequest.withVpcSecurityGroupIds(String... vpcSecurityGroupIds)
A list of EC2 VPC security groups to associate with the Elastic DocumentDB cluster.
|
Copyright © 2023. All rights reserved.