| Package | Description |
|---|---|
| com.amazonaws.services.docdb |
Amazon DocumentDB is a fast, reliable, and fully managed database service.
|
| com.amazonaws.services.docdb.model |
| Modifier and Type | Method and Description |
|---|---|
Future<DBClusterSnapshot> |
AbstractAmazonDocDBAsync.copyDBClusterSnapshotAsync(CopyDBClusterSnapshotRequest request,
AsyncHandler<CopyDBClusterSnapshotRequest,DBClusterSnapshot> asyncHandler) |
Future<DBClusterSnapshot> |
AmazonDocDBAsync.copyDBClusterSnapshotAsync(CopyDBClusterSnapshotRequest copyDBClusterSnapshotRequest,
AsyncHandler<CopyDBClusterSnapshotRequest,DBClusterSnapshot> asyncHandler)
Copies a snapshot of a cluster.
|
Future<DBClusterSnapshot> |
AmazonDocDBAsyncClient.copyDBClusterSnapshotAsync(CopyDBClusterSnapshotRequest request,
AsyncHandler<CopyDBClusterSnapshotRequest,DBClusterSnapshot> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CopyDBClusterSnapshotRequest |
CopyDBClusterSnapshotRequest.clone() |
CopyDBClusterSnapshotRequest |
CopyDBClusterSnapshotRequest.withCopyTags(Boolean copyTags)
Set to
true to copy all tags from the source cluster snapshot to the target cluster snapshot, and
otherwise false. |
CopyDBClusterSnapshotRequest |
CopyDBClusterSnapshotRequest.withKmsKeyId(String kmsKeyId)
The KMS key ID for an encrypted cluster snapshot.
|
CopyDBClusterSnapshotRequest |
CopyDBClusterSnapshotRequest.withPreSignedUrl(String preSignedUrl)
The URL that contains a Signature Version 4 signed request for the
CopyDBClusterSnapshot API action
in the Amazon Web Services Region that contains the source cluster snapshot to copy. |
CopyDBClusterSnapshotRequest |
CopyDBClusterSnapshotRequest.withSourceDBClusterSnapshotIdentifier(String sourceDBClusterSnapshotIdentifier)
The identifier of the cluster snapshot to copy.
|
CopyDBClusterSnapshotRequest |
CopyDBClusterSnapshotRequest.withSourceRegion(String sourceRegion)
The region where the source instance is located.
|
CopyDBClusterSnapshotRequest |
CopyDBClusterSnapshotRequest.withTags(Collection<Tag> tags)
The tags to be assigned to the cluster snapshot.
|
CopyDBClusterSnapshotRequest |
CopyDBClusterSnapshotRequest.withTags(Tag... tags)
The tags to be assigned to the cluster snapshot.
|
CopyDBClusterSnapshotRequest |
CopyDBClusterSnapshotRequest.withTargetDBClusterSnapshotIdentifier(String targetDBClusterSnapshotIdentifier)
The identifier of the new cluster snapshot to create from the source cluster snapshot.
|
Copyright © 2023. All rights reserved.