Uses of Class
com.amazonaws.services.redshift.model.CopyClusterSnapshotRequest
-
Packages that use CopyClusterSnapshotRequest Package Description com.amazonaws.services.redshift com.amazonaws.services.redshift.model -
-
Uses of CopyClusterSnapshotRequest in com.amazonaws.services.redshift
Methods in com.amazonaws.services.redshift with parameters of type CopyClusterSnapshotRequest Modifier and Type Method Description SnapshotAbstractAmazonRedshift. copyClusterSnapshot(CopyClusterSnapshotRequest request)SnapshotAmazonRedshift. copyClusterSnapshot(CopyClusterSnapshotRequest copyClusterSnapshotRequest)Copies the specified automated cluster snapshot to a new manual cluster snapshot.SnapshotAmazonRedshiftClient. copyClusterSnapshot(CopyClusterSnapshotRequest copyClusterSnapshotRequest)Copies the specified automated cluster snapshot to a new manual cluster snapshot.Future<Snapshot>AbstractAmazonRedshiftAsync. copyClusterSnapshotAsync(CopyClusterSnapshotRequest request)Future<Snapshot>AbstractAmazonRedshiftAsync. copyClusterSnapshotAsync(CopyClusterSnapshotRequest request, AsyncHandler<CopyClusterSnapshotRequest,Snapshot> asyncHandler)Future<Snapshot>AmazonRedshiftAsync. copyClusterSnapshotAsync(CopyClusterSnapshotRequest copyClusterSnapshotRequest)Copies the specified automated cluster snapshot to a new manual cluster snapshot.Future<Snapshot>AmazonRedshiftAsync. copyClusterSnapshotAsync(CopyClusterSnapshotRequest copyClusterSnapshotRequest, AsyncHandler<CopyClusterSnapshotRequest,Snapshot> asyncHandler)Copies the specified automated cluster snapshot to a new manual cluster snapshot.Future<Snapshot>AmazonRedshiftAsyncClient. copyClusterSnapshotAsync(CopyClusterSnapshotRequest request)Future<Snapshot>AmazonRedshiftAsyncClient. copyClusterSnapshotAsync(CopyClusterSnapshotRequest request, AsyncHandler<CopyClusterSnapshotRequest,Snapshot> asyncHandler)Method parameters in com.amazonaws.services.redshift with type arguments of type CopyClusterSnapshotRequest Modifier and Type Method Description Future<Snapshot>AbstractAmazonRedshiftAsync. copyClusterSnapshotAsync(CopyClusterSnapshotRequest request, AsyncHandler<CopyClusterSnapshotRequest,Snapshot> asyncHandler)Future<Snapshot>AmazonRedshiftAsync. copyClusterSnapshotAsync(CopyClusterSnapshotRequest copyClusterSnapshotRequest, AsyncHandler<CopyClusterSnapshotRequest,Snapshot> asyncHandler)Copies the specified automated cluster snapshot to a new manual cluster snapshot.Future<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 CopyClusterSnapshotRequest Modifier and Type Method Description CopyClusterSnapshotRequestCopyClusterSnapshotRequest. clone()CopyClusterSnapshotRequestCopyClusterSnapshotRequest. withSourceSnapshotClusterIdentifier(String sourceSnapshotClusterIdentifier)The identifier of the cluster the source snapshot was created from.CopyClusterSnapshotRequestCopyClusterSnapshotRequest. withSourceSnapshotIdentifier(String sourceSnapshotIdentifier)The identifier for the source snapshot.CopyClusterSnapshotRequestCopyClusterSnapshotRequest. withTargetSnapshotIdentifier(String targetSnapshotIdentifier)The identifier given to the new manual snapshot.
-