Package | Description |
---|---|
com.amazonaws.services.rds | |
com.amazonaws.services.rds.model |
Modifier and Type | Method and Description |
---|---|
Future<DBClusterSnapshot> |
AmazonRDSAsyncClient.copyDBClusterSnapshotAsync(CopyDBClusterSnapshotRequest request,
AsyncHandler<CopyDBClusterSnapshotRequest,DBClusterSnapshot> asyncHandler) |
Future<DBClusterSnapshot> |
AmazonRDSAsync.copyDBClusterSnapshotAsync(CopyDBClusterSnapshotRequest copyDBClusterSnapshotRequest,
AsyncHandler<CopyDBClusterSnapshotRequest,DBClusterSnapshot> asyncHandler)
Creates a snapshot of a DB cluster.
|
Future<DBClusterSnapshot> |
AbstractAmazonRDSAsync.copyDBClusterSnapshotAsync(CopyDBClusterSnapshotRequest request,
AsyncHandler<CopyDBClusterSnapshotRequest,DBClusterSnapshot> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
CopyDBClusterSnapshotRequest |
CopyDBClusterSnapshotRequest.clone() |
CopyDBClusterSnapshotRequest |
CopyDBClusterSnapshotRequest.withSourceDBClusterSnapshotIdentifier(String sourceDBClusterSnapshotIdentifier)
The identifier of the DB cluster snapshot to copy.
|
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 © 2018. All rights reserved.