Uses of Class
software.amazon.awssdk.services.docdbelastic.model.DeleteClusterSnapshotResponse
-
Packages that use DeleteClusterSnapshotResponse Package Description software.amazon.awssdk.services.docdbelastic The new Amazon Elastic DocumentDB service endpoint. -
-
Uses of DeleteClusterSnapshotResponse in software.amazon.awssdk.services.docdbelastic
Methods in software.amazon.awssdk.services.docdbelastic that return DeleteClusterSnapshotResponse Modifier and Type Method Description default DeleteClusterSnapshotResponseDocDbElasticClient. deleteClusterSnapshot(Consumer<DeleteClusterSnapshotRequest.Builder> deleteClusterSnapshotRequest)Delete a Elastic DocumentDB snapshot.default DeleteClusterSnapshotResponseDocDbElasticClient. deleteClusterSnapshot(DeleteClusterSnapshotRequest deleteClusterSnapshotRequest)Delete a Elastic DocumentDB snapshot.Methods in software.amazon.awssdk.services.docdbelastic that return types with arguments of type DeleteClusterSnapshotResponse Modifier and Type Method Description default CompletableFuture<DeleteClusterSnapshotResponse>DocDbElasticAsyncClient. deleteClusterSnapshot(Consumer<DeleteClusterSnapshotRequest.Builder> deleteClusterSnapshotRequest)Delete a Elastic DocumentDB snapshot.default CompletableFuture<DeleteClusterSnapshotResponse>DocDbElasticAsyncClient. deleteClusterSnapshot(DeleteClusterSnapshotRequest deleteClusterSnapshotRequest)Delete a Elastic DocumentDB snapshot.
-