| Package | Description |
|---|---|
| com.amazonaws.services.docdbelastic |
|
| com.amazonaws.services.docdbelastic.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateClusterSnapshotResult> |
AmazonDocDBElasticAsyncClient.createClusterSnapshotAsync(CreateClusterSnapshotRequest request,
AsyncHandler<CreateClusterSnapshotRequest,CreateClusterSnapshotResult> asyncHandler) |
Future<CreateClusterSnapshotResult> |
AbstractAmazonDocDBElasticAsync.createClusterSnapshotAsync(CreateClusterSnapshotRequest request,
AsyncHandler<CreateClusterSnapshotRequest,CreateClusterSnapshotResult> asyncHandler) |
Future<CreateClusterSnapshotResult> |
AmazonDocDBElasticAsync.createClusterSnapshotAsync(CreateClusterSnapshotRequest createClusterSnapshotRequest,
AsyncHandler<CreateClusterSnapshotRequest,CreateClusterSnapshotResult> asyncHandler)
Creates a snapshot of an elastic cluster.
|
| 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 identifier of the elastic cluster of which you want to create a snapshot.
|
CreateClusterSnapshotRequest |
CreateClusterSnapshotRequest.withSnapshotName(String snapshotName)
The name of the new elastic cluster snapshot.
|
CreateClusterSnapshotRequest |
CreateClusterSnapshotRequest.withTags(Map<String,String> tags)
The tags to be assigned to the new elastic cluster snapshot.
|
Copyright © 2024. All rights reserved.