Uses of Class
com.amazonaws.services.redshift.model.DeleteClusterSnapshotRequest
Packages that use DeleteClusterSnapshotRequest
-
Uses of DeleteClusterSnapshotRequest in com.amazonaws.services.redshift
Methods in com.amazonaws.services.redshift with parameters of type DeleteClusterSnapshotRequestModifier and TypeMethodDescriptionAbstractAmazonRedshift.deleteClusterSnapshot
(DeleteClusterSnapshotRequest request) AmazonRedshift.deleteClusterSnapshot
(DeleteClusterSnapshotRequest deleteClusterSnapshotRequest) Deletes the specified manual snapshot.AmazonRedshiftClient.deleteClusterSnapshot
(DeleteClusterSnapshotRequest deleteClusterSnapshotRequest) Deletes the specified manual snapshot.AbstractAmazonRedshiftAsync.deleteClusterSnapshotAsync
(DeleteClusterSnapshotRequest request) AbstractAmazonRedshiftAsync.deleteClusterSnapshotAsync
(DeleteClusterSnapshotRequest request, AsyncHandler<DeleteClusterSnapshotRequest, Snapshot> asyncHandler) AmazonRedshiftAsync.deleteClusterSnapshotAsync
(DeleteClusterSnapshotRequest deleteClusterSnapshotRequest) Deletes the specified manual snapshot.AmazonRedshiftAsync.deleteClusterSnapshotAsync
(DeleteClusterSnapshotRequest deleteClusterSnapshotRequest, AsyncHandler<DeleteClusterSnapshotRequest, Snapshot> asyncHandler) Deletes the specified manual snapshot.AmazonRedshiftAsyncClient.deleteClusterSnapshotAsync
(DeleteClusterSnapshotRequest request) AmazonRedshiftAsyncClient.deleteClusterSnapshotAsync
(DeleteClusterSnapshotRequest request, AsyncHandler<DeleteClusterSnapshotRequest, Snapshot> asyncHandler) Method parameters in com.amazonaws.services.redshift with type arguments of type DeleteClusterSnapshotRequestModifier and TypeMethodDescriptionAbstractAmazonRedshiftAsync.deleteClusterSnapshotAsync
(DeleteClusterSnapshotRequest request, AsyncHandler<DeleteClusterSnapshotRequest, Snapshot> asyncHandler) AmazonRedshiftAsync.deleteClusterSnapshotAsync
(DeleteClusterSnapshotRequest deleteClusterSnapshotRequest, AsyncHandler<DeleteClusterSnapshotRequest, Snapshot> asyncHandler) Deletes the specified manual snapshot.AmazonRedshiftAsyncClient.deleteClusterSnapshotAsync
(DeleteClusterSnapshotRequest request, AsyncHandler<DeleteClusterSnapshotRequest, Snapshot> asyncHandler) -
Uses of DeleteClusterSnapshotRequest in com.amazonaws.services.redshift.model
Methods in com.amazonaws.services.redshift.model that return DeleteClusterSnapshotRequestModifier and TypeMethodDescriptionDeleteClusterSnapshotRequest.clone()
DeleteClusterSnapshotRequest.withSnapshotClusterIdentifier
(String snapshotClusterIdentifier) The unique identifier of the cluster the snapshot was created from.DeleteClusterSnapshotRequest.withSnapshotIdentifier
(String snapshotIdentifier) The unique identifier of the manual snapshot to be deleted.