Uses of Class
software.amazon.awssdk.services.redshift.model.DeleteClusterSnapshotResponse
-
Packages that use DeleteClusterSnapshotResponse Package Description software.amazon.awssdk.services.redshift Amazon Redshift -
-
Uses of DeleteClusterSnapshotResponse in software.amazon.awssdk.services.redshift
Methods in software.amazon.awssdk.services.redshift that return DeleteClusterSnapshotResponse Modifier and Type Method Description default DeleteClusterSnapshotResponseRedshiftClient. deleteClusterSnapshot(Consumer<DeleteClusterSnapshotRequest.Builder> deleteClusterSnapshotRequest)Deletes the specified manual snapshot.default DeleteClusterSnapshotResponseRedshiftClient. deleteClusterSnapshot(DeleteClusterSnapshotRequest deleteClusterSnapshotRequest)Deletes the specified manual snapshot.Methods in software.amazon.awssdk.services.redshift that return types with arguments of type DeleteClusterSnapshotResponse Modifier and Type Method Description default CompletableFuture<DeleteClusterSnapshotResponse>RedshiftAsyncClient. deleteClusterSnapshot(Consumer<DeleteClusterSnapshotRequest.Builder> deleteClusterSnapshotRequest)Deletes the specified manual snapshot.default CompletableFuture<DeleteClusterSnapshotResponse>RedshiftAsyncClient. deleteClusterSnapshot(DeleteClusterSnapshotRequest deleteClusterSnapshotRequest)Deletes the specified manual snapshot.
-