Uses of Class
com.amazonaws.services.redshift.model.CopyClusterSnapshotRequest
Packages that use CopyClusterSnapshotRequest
-
Uses of CopyClusterSnapshotRequest in com.amazonaws.services.redshift
Methods in com.amazonaws.services.redshift with parameters of type CopyClusterSnapshotRequestModifier and TypeMethodDescriptionAbstractAmazonRedshift.copyClusterSnapshot
(CopyClusterSnapshotRequest request) AmazonRedshift.copyClusterSnapshot
(CopyClusterSnapshotRequest copyClusterSnapshotRequest) Copies the specified automated cluster snapshot to a new manual cluster snapshot.AmazonRedshiftClient.copyClusterSnapshot
(CopyClusterSnapshotRequest copyClusterSnapshotRequest) Copies the specified automated cluster snapshot to a new manual cluster snapshot.AbstractAmazonRedshiftAsync.copyClusterSnapshotAsync
(CopyClusterSnapshotRequest request) AbstractAmazonRedshiftAsync.copyClusterSnapshotAsync
(CopyClusterSnapshotRequest request, AsyncHandler<CopyClusterSnapshotRequest, Snapshot> asyncHandler) AmazonRedshiftAsync.copyClusterSnapshotAsync
(CopyClusterSnapshotRequest copyClusterSnapshotRequest) Copies the specified automated cluster snapshot to a new manual cluster snapshot.AmazonRedshiftAsync.copyClusterSnapshotAsync
(CopyClusterSnapshotRequest copyClusterSnapshotRequest, AsyncHandler<CopyClusterSnapshotRequest, Snapshot> asyncHandler) Copies the specified automated cluster snapshot to a new manual cluster snapshot.AmazonRedshiftAsyncClient.copyClusterSnapshotAsync
(CopyClusterSnapshotRequest request) AmazonRedshiftAsyncClient.copyClusterSnapshotAsync
(CopyClusterSnapshotRequest request, AsyncHandler<CopyClusterSnapshotRequest, Snapshot> asyncHandler) Method parameters in com.amazonaws.services.redshift with type arguments of type CopyClusterSnapshotRequestModifier and TypeMethodDescriptionAbstractAmazonRedshiftAsync.copyClusterSnapshotAsync
(CopyClusterSnapshotRequest request, AsyncHandler<CopyClusterSnapshotRequest, Snapshot> asyncHandler) AmazonRedshiftAsync.copyClusterSnapshotAsync
(CopyClusterSnapshotRequest copyClusterSnapshotRequest, AsyncHandler<CopyClusterSnapshotRequest, Snapshot> asyncHandler) Copies the specified automated cluster snapshot to a new manual cluster snapshot.AmazonRedshiftAsyncClient.copyClusterSnapshotAsync
(CopyClusterSnapshotRequest request, AsyncHandler<CopyClusterSnapshotRequest, Snapshot> asyncHandler) -
Uses of CopyClusterSnapshotRequest in com.amazonaws.services.redshift.model
Methods in com.amazonaws.services.redshift.model that return CopyClusterSnapshotRequestModifier and TypeMethodDescriptionCopyClusterSnapshotRequest.clone()
CopyClusterSnapshotRequest.withSourceSnapshotClusterIdentifier
(String sourceSnapshotClusterIdentifier) The identifier of the cluster the source snapshot was created from.CopyClusterSnapshotRequest.withSourceSnapshotIdentifier
(String sourceSnapshotIdentifier) The identifier for the source snapshot.CopyClusterSnapshotRequest.withTargetSnapshotIdentifier
(String targetSnapshotIdentifier) The identifier given to the new manual snapshot.