Uses of Class
com.amazonaws.services.redshift.model.CopyClusterSnapshotRequest

Packages that use CopyClusterSnapshotRequest
com.amazonaws.services.redshift Synchronous and asynchronous client classes for accessing AmazonRedshift. 
com.amazonaws.services.redshift.model Classes modeling the various types represented by AmazonRedshift. 
 

Uses of CopyClusterSnapshotRequest in com.amazonaws.services.redshift
 

Methods in com.amazonaws.services.redshift with parameters of type CopyClusterSnapshotRequest
 Snapshot AmazonRedshiftClient.copyClusterSnapshot(CopyClusterSnapshotRequest copyClusterSnapshotRequest)
           Copies the specified automated cluster snapshot to a new manual cluster snapshot.
 Snapshot AmazonRedshift.copyClusterSnapshot(CopyClusterSnapshotRequest copyClusterSnapshotRequest)
           Copies the specified automated cluster snapshot to a new manual cluster snapshot.
 Future<Snapshot> AmazonRedshiftAsyncClient.copyClusterSnapshotAsync(CopyClusterSnapshotRequest copyClusterSnapshotRequest)
           Copies the specified automated cluster snapshot to a new manual cluster snapshot.
 Future<Snapshot> AmazonRedshiftAsync.copyClusterSnapshotAsync(CopyClusterSnapshotRequest copyClusterSnapshotRequest)
           Copies the specified automated cluster snapshot to a new manual cluster snapshot.
 Future<Snapshot> AmazonRedshiftAsyncClient.copyClusterSnapshotAsync(CopyClusterSnapshotRequest copyClusterSnapshotRequest, AsyncHandler<CopyClusterSnapshotRequest,Snapshot> asyncHandler)
           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.
 

Method parameters in com.amazonaws.services.redshift with type arguments of type CopyClusterSnapshotRequest
 Future<Snapshot> AmazonRedshiftAsyncClient.copyClusterSnapshotAsync(CopyClusterSnapshotRequest copyClusterSnapshotRequest, AsyncHandler<CopyClusterSnapshotRequest,Snapshot> asyncHandler)
           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.
 

Uses of CopyClusterSnapshotRequest in com.amazonaws.services.redshift.model
 

Methods in com.amazonaws.services.redshift.model that return CopyClusterSnapshotRequest
 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.
 



Copyright © 2016. All rights reserved.