Uses of Class
com.amazonaws.services.redshift.model.DeleteClusterSnapshotRequest
-
Packages that use DeleteClusterSnapshotRequest Package Description com.amazonaws.services.redshift com.amazonaws.services.redshift.model -
-
Uses of DeleteClusterSnapshotRequest in com.amazonaws.services.redshift
Method parameters in com.amazonaws.services.redshift with type arguments of type DeleteClusterSnapshotRequest Modifier and Type Method Description Future<Snapshot>
AbstractAmazonRedshiftAsync. deleteClusterSnapshotAsync(DeleteClusterSnapshotRequest request, AsyncHandler<DeleteClusterSnapshotRequest,Snapshot> asyncHandler)
Future<Snapshot>
AmazonRedshiftAsync. deleteClusterSnapshotAsync(DeleteClusterSnapshotRequest deleteClusterSnapshotRequest, AsyncHandler<DeleteClusterSnapshotRequest,Snapshot> asyncHandler)
Deletes the specified manual snapshot.Future<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 DeleteClusterSnapshotRequest Modifier and Type Method Description DeleteClusterSnapshotRequest
DeleteClusterSnapshotRequest. clone()
DeleteClusterSnapshotRequest
DeleteClusterSnapshotRequest. withSnapshotClusterIdentifier(String snapshotClusterIdentifier)
The unique identifier of the cluster the snapshot was created from.DeleteClusterSnapshotRequest
DeleteClusterSnapshotRequest. withSnapshotIdentifier(String snapshotIdentifier)
The unique identifier of the manual snapshot to be deleted.
-