Uses of Class
com.amazonaws.services.rds.model.CopyDBClusterSnapshotRequest
-
Packages that use CopyDBClusterSnapshotRequest Package Description com.amazonaws.services.rds com.amazonaws.services.rds.model -
-
Uses of CopyDBClusterSnapshotRequest in com.amazonaws.services.rds
Method parameters in com.amazonaws.services.rds with type arguments of type CopyDBClusterSnapshotRequest Modifier and Type Method Description Future<DBClusterSnapshot>AbstractAmazonRDSAsync. 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>AmazonRDSAsyncClient. copyDBClusterSnapshotAsync(CopyDBClusterSnapshotRequest request, AsyncHandler<CopyDBClusterSnapshotRequest,DBClusterSnapshot> asyncHandler) -
Uses of CopyDBClusterSnapshotRequest in com.amazonaws.services.rds.model
Methods in com.amazonaws.services.rds.model that return CopyDBClusterSnapshotRequest Modifier and Type Method Description CopyDBClusterSnapshotRequestCopyDBClusterSnapshotRequest. clone()CopyDBClusterSnapshotRequestCopyDBClusterSnapshotRequest. withSourceDBClusterSnapshotIdentifier(String sourceDBClusterSnapshotIdentifier)The identifier of the DB cluster snapshot to copy.CopyDBClusterSnapshotRequestCopyDBClusterSnapshotRequest. withTags(Tag... tags)NOTE: This method appends the values to the existing list (if any).CopyDBClusterSnapshotRequestCopyDBClusterSnapshotRequest. withTags(Collection<Tag> tags)CopyDBClusterSnapshotRequestCopyDBClusterSnapshotRequest. withTargetDBClusterSnapshotIdentifier(String targetDBClusterSnapshotIdentifier)The identifier of the new DB cluster snapshot to create from the source DB cluster snapshot.
-