Uses of Class
software.amazon.awssdk.services.docdbelastic.model.DeleteClusterSnapshotRequest
-
Packages that use DeleteClusterSnapshotRequest Package Description software.amazon.awssdk.services.docdbelastic Amazon DocumentDB elastic clusters 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 an elastic cluster snapshot.default DeleteClusterSnapshotResponseDocDbElasticClient. deleteClusterSnapshot(DeleteClusterSnapshotRequest deleteClusterSnapshotRequest)Delete an elastic cluster 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)
-