| Package | Description |
|---|---|
| com.amazonaws.services.docdbelastic |
|
| com.amazonaws.services.docdbelastic.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CopyClusterSnapshotResult> |
AbstractAmazonDocDBElasticAsync.copyClusterSnapshotAsync(CopyClusterSnapshotRequest request,
AsyncHandler<CopyClusterSnapshotRequest,CopyClusterSnapshotResult> asyncHandler) |
Future<CopyClusterSnapshotResult> |
AmazonDocDBElasticAsync.copyClusterSnapshotAsync(CopyClusterSnapshotRequest copyClusterSnapshotRequest,
AsyncHandler<CopyClusterSnapshotRequest,CopyClusterSnapshotResult> asyncHandler)
Copies a snapshot of an elastic cluster.
|
Future<CopyClusterSnapshotResult> |
AmazonDocDBElasticAsyncClient.copyClusterSnapshotAsync(CopyClusterSnapshotRequest request,
AsyncHandler<CopyClusterSnapshotRequest,CopyClusterSnapshotResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CopyClusterSnapshotRequest |
CopyClusterSnapshotRequest.addTagsEntry(String key,
String value)
Add a single Tags entry
|
CopyClusterSnapshotRequest |
CopyClusterSnapshotRequest.clearTagsEntries()
Removes all the entries added into Tags.
|
CopyClusterSnapshotRequest |
CopyClusterSnapshotRequest.clone() |
CopyClusterSnapshotRequest |
CopyClusterSnapshotRequest.withCopyTags(Boolean copyTags)
Set to
true to copy all tags from the source cluster snapshot to the target elastic cluster
snapshot. |
CopyClusterSnapshotRequest |
CopyClusterSnapshotRequest.withKmsKeyId(String kmsKeyId)
The Amazon Web Services KMS key ID for an encrypted elastic cluster snapshot.
|
CopyClusterSnapshotRequest |
CopyClusterSnapshotRequest.withSnapshotArn(String snapshotArn)
The Amazon Resource Name (ARN) identifier of the elastic cluster snapshot.
|
CopyClusterSnapshotRequest |
CopyClusterSnapshotRequest.withTags(Map<String,String> tags)
The tags to be assigned to the elastic cluster snapshot.
|
CopyClusterSnapshotRequest |
CopyClusterSnapshotRequest.withTargetSnapshotName(String targetSnapshotName)
The identifier of the new elastic cluster snapshot to create from the source cluster snapshot.
|
Copyright © 2025. All rights reserved.