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