Package | Description |
---|---|
com.amazonaws.services.rds |
|
com.amazonaws.services.rds.model |
Modifier and Type | Method and Description |
---|---|
Future<DBClusterSnapshot> |
AbstractAmazonRDSAsync.copyDBClusterSnapshotAsync(CopyDBClusterSnapshotRequest request,
AsyncHandler<CopyDBClusterSnapshotRequest,DBClusterSnapshot> asyncHandler) |
Future<DBClusterSnapshot> |
AmazonRDSAsyncClient.copyDBClusterSnapshotAsync(CopyDBClusterSnapshotRequest request,
AsyncHandler<CopyDBClusterSnapshotRequest,DBClusterSnapshot> asyncHandler) |
Future<DBClusterSnapshot> |
AmazonRDSAsync.copyDBClusterSnapshotAsync(CopyDBClusterSnapshotRequest copyDBClusterSnapshotRequest,
AsyncHandler<CopyDBClusterSnapshotRequest,DBClusterSnapshot> asyncHandler)
Copies a snapshot of a DB cluster.
|
Modifier and Type | Method and Description |
---|---|
CopyDBClusterSnapshotRequest |
CopyDBClusterSnapshotRequest.clone() |
CopyDBClusterSnapshotRequest |
CopyDBClusterSnapshotRequest.withCopyTags(Boolean copyTags)
True to copy all tags from the source DB cluster snapshot to the target DB cluster snapshot, and otherwise false.
|
CopyDBClusterSnapshotRequest |
CopyDBClusterSnapshotRequest.withKmsKeyId(String kmsKeyId)
The AWS AWS KMS key ID for an encrypted DB cluster snapshot.
|
CopyDBClusterSnapshotRequest |
CopyDBClusterSnapshotRequest.withPreSignedUrl(String preSignedUrl)
The URL that contains a Signature Version 4 signed request for the
CopyDBClusterSnapshot API action
in the AWS Region that contains the source DB cluster snapshot to copy. |
CopyDBClusterSnapshotRequest |
CopyDBClusterSnapshotRequest.withSourceDBClusterSnapshotIdentifier(String sourceDBClusterSnapshotIdentifier)
The identifier of the DB cluster snapshot to copy.
|
CopyDBClusterSnapshotRequest |
CopyDBClusterSnapshotRequest.withSourceRegion(String sourceRegion)
The region where the source cluster snapshot is located.
|
CopyDBClusterSnapshotRequest |
CopyDBClusterSnapshotRequest.withTags(Collection<Tag> tags) |
CopyDBClusterSnapshotRequest |
CopyDBClusterSnapshotRequest.withTags(Tag... tags)
NOTE: This method appends the values to the existing list (if any).
|
CopyDBClusterSnapshotRequest |
CopyDBClusterSnapshotRequest.withTargetDBClusterSnapshotIdentifier(String targetDBClusterSnapshotIdentifier)
The identifier of the new DB cluster snapshot to create from the source DB cluster snapshot.
|
Copyright © 2017. All rights reserved.