Uses of Class
com.amazonaws.services.rds.model.CopyDBClusterSnapshotRequest
Packages that use CopyDBClusterSnapshotRequest
-
Uses of CopyDBClusterSnapshotRequest in com.amazonaws.services.rds
Methods in com.amazonaws.services.rds with parameters of type CopyDBClusterSnapshotRequestModifier and TypeMethodDescriptionAbstractAmazonRDS.copyDBClusterSnapshot
(CopyDBClusterSnapshotRequest request) AmazonRDS.copyDBClusterSnapshot
(CopyDBClusterSnapshotRequest copyDBClusterSnapshotRequest) Creates a snapshot of a DB cluster.AmazonRDSClient.copyDBClusterSnapshot
(CopyDBClusterSnapshotRequest copyDBClusterSnapshotRequest) Creates a snapshot of a DB cluster.AbstractAmazonRDSAsync.copyDBClusterSnapshotAsync
(CopyDBClusterSnapshotRequest request) AbstractAmazonRDSAsync.copyDBClusterSnapshotAsync
(CopyDBClusterSnapshotRequest request, AsyncHandler<CopyDBClusterSnapshotRequest, DBClusterSnapshot> asyncHandler) AmazonRDSAsync.copyDBClusterSnapshotAsync
(CopyDBClusterSnapshotRequest copyDBClusterSnapshotRequest) Creates a snapshot of a DB cluster.AmazonRDSAsync.copyDBClusterSnapshotAsync
(CopyDBClusterSnapshotRequest copyDBClusterSnapshotRequest, AsyncHandler<CopyDBClusterSnapshotRequest, DBClusterSnapshot> asyncHandler) Creates a snapshot of a DB cluster.AmazonRDSAsyncClient.copyDBClusterSnapshotAsync
(CopyDBClusterSnapshotRequest request) AmazonRDSAsyncClient.copyDBClusterSnapshotAsync
(CopyDBClusterSnapshotRequest request, AsyncHandler<CopyDBClusterSnapshotRequest, DBClusterSnapshot> asyncHandler) Method parameters in com.amazonaws.services.rds with type arguments of type CopyDBClusterSnapshotRequestModifier and TypeMethodDescriptionAbstractAmazonRDSAsync.copyDBClusterSnapshotAsync
(CopyDBClusterSnapshotRequest request, AsyncHandler<CopyDBClusterSnapshotRequest, DBClusterSnapshot> asyncHandler) AmazonRDSAsync.copyDBClusterSnapshotAsync
(CopyDBClusterSnapshotRequest copyDBClusterSnapshotRequest, AsyncHandler<CopyDBClusterSnapshotRequest, DBClusterSnapshot> asyncHandler) Creates a snapshot of a DB cluster.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 CopyDBClusterSnapshotRequestModifier and TypeMethodDescriptionCopyDBClusterSnapshotRequest.clone()
CopyDBClusterSnapshotRequest.withSourceDBClusterSnapshotIdentifier
(String sourceDBClusterSnapshotIdentifier) The identifier of the DB cluster snapshot to copy.NOTE: This method appends the values to the existing list (if any).CopyDBClusterSnapshotRequest.withTags
(Collection<Tag> tags) CopyDBClusterSnapshotRequest.withTargetDBClusterSnapshotIdentifier
(String targetDBClusterSnapshotIdentifier) The identifier of the new DB cluster snapshot to create from the source DB cluster snapshot.