Uses of Class
com.amazonaws.services.redshift.model.DisableSnapshotCopyRequest
-
Packages that use DisableSnapshotCopyRequest Package Description com.amazonaws.services.redshift com.amazonaws.services.redshift.model -
-
Uses of DisableSnapshotCopyRequest in com.amazonaws.services.redshift
Methods in com.amazonaws.services.redshift with parameters of type DisableSnapshotCopyRequest Modifier and Type Method Description Cluster
AbstractAmazonRedshift. disableSnapshotCopy(DisableSnapshotCopyRequest request)
Cluster
AmazonRedshift. disableSnapshotCopy(DisableSnapshotCopyRequest disableSnapshotCopyRequest)
Disables the automatic copying of snapshots from one region to another region for a specified cluster.Cluster
AmazonRedshiftClient. disableSnapshotCopy(DisableSnapshotCopyRequest disableSnapshotCopyRequest)
Disables the automatic copying of snapshots from one region to another region for a specified cluster.Future<Cluster>
AbstractAmazonRedshiftAsync. disableSnapshotCopyAsync(DisableSnapshotCopyRequest request)
Future<Cluster>
AbstractAmazonRedshiftAsync. disableSnapshotCopyAsync(DisableSnapshotCopyRequest request, AsyncHandler<DisableSnapshotCopyRequest,Cluster> asyncHandler)
Future<Cluster>
AmazonRedshiftAsync. 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, AsyncHandler<DisableSnapshotCopyRequest,Cluster> asyncHandler)
Disables the automatic copying of snapshots from one region to another region for a specified cluster.Future<Cluster>
AmazonRedshiftAsyncClient. disableSnapshotCopyAsync(DisableSnapshotCopyRequest request)
Future<Cluster>
AmazonRedshiftAsyncClient. disableSnapshotCopyAsync(DisableSnapshotCopyRequest request, AsyncHandler<DisableSnapshotCopyRequest,Cluster> asyncHandler)
Method parameters in com.amazonaws.services.redshift with type arguments of type DisableSnapshotCopyRequest Modifier and Type Method Description Future<Cluster>
AbstractAmazonRedshiftAsync. disableSnapshotCopyAsync(DisableSnapshotCopyRequest request, AsyncHandler<DisableSnapshotCopyRequest,Cluster> asyncHandler)
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.Future<Cluster>
AmazonRedshiftAsyncClient. disableSnapshotCopyAsync(DisableSnapshotCopyRequest request, AsyncHandler<DisableSnapshotCopyRequest,Cluster> asyncHandler)
-
Uses of DisableSnapshotCopyRequest in com.amazonaws.services.redshift.model
Methods in com.amazonaws.services.redshift.model that return DisableSnapshotCopyRequest Modifier and Type Method Description DisableSnapshotCopyRequest
DisableSnapshotCopyRequest. clone()
DisableSnapshotCopyRequest
DisableSnapshotCopyRequest. withClusterIdentifier(String clusterIdentifier)
The unique identifier of the source cluster that you want to disable copying of snapshots to a destination region.
-