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

Packages that use EnableSnapshotCopyRequest
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 EnableSnapshotCopyRequest in com.amazonaws.services.redshift
 

Methods in com.amazonaws.services.redshift with parameters of type EnableSnapshotCopyRequest
 Cluster AmazonRedshiftClient.enableSnapshotCopy(EnableSnapshotCopyRequest enableSnapshotCopyRequest)
           Enables the automatic copy of snapshots from one region to another region for a specified cluster.
 Cluster AmazonRedshift.enableSnapshotCopy(EnableSnapshotCopyRequest enableSnapshotCopyRequest)
           Enables the automatic copy of snapshots from one region to another region for a specified cluster.
 Future<Cluster> AmazonRedshiftAsyncClient.enableSnapshotCopyAsync(EnableSnapshotCopyRequest enableSnapshotCopyRequest)
           Enables the automatic copy of snapshots from one region to another region for a specified cluster.
 Future<Cluster> AmazonRedshiftAsync.enableSnapshotCopyAsync(EnableSnapshotCopyRequest enableSnapshotCopyRequest)
           Enables the automatic copy of snapshots from one region to another region for a specified cluster.
 Future<Cluster> AmazonRedshiftAsyncClient.enableSnapshotCopyAsync(EnableSnapshotCopyRequest enableSnapshotCopyRequest, AsyncHandler<EnableSnapshotCopyRequest,Cluster> asyncHandler)
           Enables the automatic copy of snapshots from one region to another region for a specified cluster.
 Future<Cluster> AmazonRedshiftAsync.enableSnapshotCopyAsync(EnableSnapshotCopyRequest enableSnapshotCopyRequest, AsyncHandler<EnableSnapshotCopyRequest,Cluster> asyncHandler)
           Enables the automatic copy of snapshots from one region to another region for a specified cluster.
 

Method parameters in com.amazonaws.services.redshift with type arguments of type EnableSnapshotCopyRequest
 Future<Cluster> AmazonRedshiftAsyncClient.enableSnapshotCopyAsync(EnableSnapshotCopyRequest enableSnapshotCopyRequest, AsyncHandler<EnableSnapshotCopyRequest,Cluster> asyncHandler)
           Enables the automatic copy of snapshots from one region to another region for a specified cluster.
 Future<Cluster> AmazonRedshiftAsync.enableSnapshotCopyAsync(EnableSnapshotCopyRequest enableSnapshotCopyRequest, AsyncHandler<EnableSnapshotCopyRequest,Cluster> asyncHandler)
           Enables the automatic copy of snapshots from one region to another region for a specified cluster.
 

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

Methods in com.amazonaws.services.redshift.model that return EnableSnapshotCopyRequest
 EnableSnapshotCopyRequest EnableSnapshotCopyRequest.withClusterIdentifier(String clusterIdentifier)
          The unique identifier of the source cluster to copy snapshots from.
 EnableSnapshotCopyRequest EnableSnapshotCopyRequest.withDestinationRegion(String destinationRegion)
          The destination region that you want to copy snapshots to.
 EnableSnapshotCopyRequest EnableSnapshotCopyRequest.withRetentionPeriod(Integer retentionPeriod)
          The number of days to retain automated snapshots in the destination region after they are copied from the source region.
 



Copyright © 2016. All rights reserved.