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