Uses of Class
software.amazon.awssdk.services.docdbelastic.model.CreateClusterSnapshotRequest
-
Packages that use CreateClusterSnapshotRequest Package Description software.amazon.awssdk.services.docdbelastic The new Amazon Elastic DocumentDB service endpoint.software.amazon.awssdk.services.docdbelastic.transform -
-
Uses of CreateClusterSnapshotRequest in software.amazon.awssdk.services.docdbelastic
Methods in software.amazon.awssdk.services.docdbelastic with parameters of type CreateClusterSnapshotRequest Modifier and Type Method Description default CompletableFuture<CreateClusterSnapshotResponse>DocDbElasticAsyncClient. createClusterSnapshot(CreateClusterSnapshotRequest createClusterSnapshotRequest)Creates a snapshot of a cluster.default CreateClusterSnapshotResponseDocDbElasticClient. createClusterSnapshot(CreateClusterSnapshotRequest createClusterSnapshotRequest)Creates a snapshot of a cluster. -
Uses of CreateClusterSnapshotRequest in software.amazon.awssdk.services.docdbelastic.transform
Methods in software.amazon.awssdk.services.docdbelastic.transform with parameters of type CreateClusterSnapshotRequest Modifier and Type Method Description SdkHttpFullRequestCreateClusterSnapshotRequestMarshaller. marshall(CreateClusterSnapshotRequest createClusterSnapshotRequest)
-