| 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<CreateClusterSnapshotResult> |
AbstractAmazonDocDBElasticAsync.createClusterSnapshotAsync(CreateClusterSnapshotRequest request,
AsyncHandler<CreateClusterSnapshotRequest,CreateClusterSnapshotResult> asyncHandler) |
Future<CreateClusterSnapshotResult> |
AmazonDocDBElasticAsync.createClusterSnapshotAsync(CreateClusterSnapshotRequest createClusterSnapshotRequest,
AsyncHandler<CreateClusterSnapshotRequest,CreateClusterSnapshotResult> asyncHandler)
Creates a snapshot of a cluster.
|
Future<CreateClusterSnapshotResult> |
AmazonDocDBElasticAsyncClient.createClusterSnapshotAsync(CreateClusterSnapshotRequest request,
AsyncHandler<CreateClusterSnapshotRequest,CreateClusterSnapshotResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateClusterSnapshotRequest |
CreateClusterSnapshotRequest.addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateClusterSnapshotRequest |
CreateClusterSnapshotRequest.clearTagsEntries()
Removes all the entries added into Tags.
|
CreateClusterSnapshotRequest |
CreateClusterSnapshotRequest.clone() |
CreateClusterSnapshotRequest |
CreateClusterSnapshotRequest.withClusterArn(String clusterArn)
The arn of the Elastic DocumentDB cluster that the snapshot will be taken from.
|
CreateClusterSnapshotRequest |
CreateClusterSnapshotRequest.withSnapshotName(String snapshotName)
The name of the Elastic DocumentDB snapshot.
|
CreateClusterSnapshotRequest |
CreateClusterSnapshotRequest.withTags(Map<String,String> tags)
The tags to be assigned to the new Elastic DocumentDB snapshot.
|
Copyright © 2023. All rights reserved.