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

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

Methods in com.amazonaws.services.redshift with parameters of type DisableSnapshotCopyRequest
 Cluster AmazonRedshiftClient.disableSnapshotCopy(DisableSnapshotCopyRequest disableSnapshotCopyRequest)
           Disables the automatic copying of snapshots from one region to another region for a specified cluster.
 Cluster AmazonRedshift.disableSnapshotCopy(DisableSnapshotCopyRequest disableSnapshotCopyRequest)
           Disables the automatic copying of snapshots from one region to another region for a specified cluster.
 Future<Cluster> AmazonRedshiftAsyncClient.disableSnapshotCopyAsync(DisableSnapshotCopyRequest disableSnapshotCopyRequest)
           Disables the automatic copying of snapshots from one region to another region for a specified cluster.
 Future<Cluster> AmazonRedshiftAsync.disableSnapshotCopyAsync(DisableSnapshotCopyRequest disableSnapshotCopyRequest)
           Disables the automatic copying of snapshots from one region to another region for a specified cluster.
 Future<Cluster> AmazonRedshiftAsyncClient.disableSnapshotCopyAsync(DisableSnapshotCopyRequest disableSnapshotCopyRequest, AsyncHandler<DisableSnapshotCopyRequest,Cluster> asyncHandler)
           Disables the automatic copying of snapshots from one region to another region for a specified cluster.
 Future<Cluster> AmazonRedshiftAsync.disableSnapshotCopyAsync(DisableSnapshotCopyRequest disableSnapshotCopyRequest, AsyncHandler<DisableSnapshotCopyRequest,Cluster> asyncHandler)
           Disables the automatic copying of snapshots from one region to another region for a specified cluster.
 

Method parameters in com.amazonaws.services.redshift with type arguments of type DisableSnapshotCopyRequest
 Future<Cluster> AmazonRedshiftAsyncClient.disableSnapshotCopyAsync(DisableSnapshotCopyRequest disableSnapshotCopyRequest, AsyncHandler<DisableSnapshotCopyRequest,Cluster> asyncHandler)
           Disables the automatic copying of snapshots from one region to another region for a specified cluster.
 Future<Cluster> AmazonRedshiftAsync.disableSnapshotCopyAsync(DisableSnapshotCopyRequest disableSnapshotCopyRequest, AsyncHandler<DisableSnapshotCopyRequest,Cluster> asyncHandler)
           Disables the automatic copying of snapshots from one region to another region for a specified cluster.
 

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

Methods in com.amazonaws.services.redshift.model that return DisableSnapshotCopyRequest
 DisableSnapshotCopyRequest DisableSnapshotCopyRequest.withClusterIdentifier(String clusterIdentifier)
          The unique identifier of the source cluster that you want to disable copying of snapshots to a destination region.
 



Copyright © 2016. All rights reserved.