Uses of Class
software.amazon.awssdk.services.docdb.model.DeleteDbClusterSnapshotResponse
-
Packages that use DeleteDbClusterSnapshotResponse Package Description software.amazon.awssdk.services.docdb Amazon DocumentDB is a fast, reliable, and fully managed database service. -
-
Uses of DeleteDbClusterSnapshotResponse in software.amazon.awssdk.services.docdb
Methods in software.amazon.awssdk.services.docdb that return DeleteDbClusterSnapshotResponse Modifier and Type Method Description default DeleteDbClusterSnapshotResponseDocDbClient. deleteDBClusterSnapshot(Consumer<DeleteDbClusterSnapshotRequest.Builder> deleteDbClusterSnapshotRequest)Deletes a cluster snapshot.default DeleteDbClusterSnapshotResponseDocDbClient. deleteDBClusterSnapshot(DeleteDbClusterSnapshotRequest deleteDbClusterSnapshotRequest)Deletes a cluster snapshot.Methods in software.amazon.awssdk.services.docdb that return types with arguments of type DeleteDbClusterSnapshotResponse Modifier and Type Method Description default CompletableFuture<DeleteDbClusterSnapshotResponse>DocDbAsyncClient. deleteDBClusterSnapshot(Consumer<DeleteDbClusterSnapshotRequest.Builder> deleteDbClusterSnapshotRequest)Deletes a cluster snapshot.default CompletableFuture<DeleteDbClusterSnapshotResponse>DocDbAsyncClient. deleteDBClusterSnapshot(DeleteDbClusterSnapshotRequest deleteDbClusterSnapshotRequest)Deletes a cluster snapshot.
-