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 Snapshot
AbstractAmazonRedshift. copyClusterSnapshot(CopyClusterSnapshotRequest request)
Snapshot
AmazonRedshift. copyClusterSnapshot(CopyClusterSnapshotRequest copyClusterSnapshotRequest)
Copies the specified automated cluster snapshot to a new manual cluster snapshot.Snapshot
AmazonRedshiftClient. 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 CopyClusterSnapshotRequest
CopyClusterSnapshotRequest. clone()
CopyClusterSnapshotRequest
CopyClusterSnapshotRequest. withSourceSnapshotClusterIdentifier(String sourceSnapshotClusterIdentifier)
The identifier of the cluster the source snapshot was created from.CopyClusterSnapshotRequest
CopyClusterSnapshotRequest. withSourceSnapshotIdentifier(String sourceSnapshotIdentifier)
The identifier for the source snapshot.CopyClusterSnapshotRequest
CopyClusterSnapshotRequest. withTargetSnapshotIdentifier(String targetSnapshotIdentifier)
The identifier given to the new manual snapshot.
-