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