Uses of Class
software.amazon.awssdk.services.docdbelastic.model.CreateClusterSnapshotResponse
-
Packages that use CreateClusterSnapshotResponse Package Description software.amazon.awssdk.services.docdbelastic Amazon DocumentDB elastic clusters -
-
Uses of CreateClusterSnapshotResponse in software.amazon.awssdk.services.docdbelastic
Methods in software.amazon.awssdk.services.docdbelastic that return CreateClusterSnapshotResponse Modifier and Type Method Description default CreateClusterSnapshotResponseDocDbElasticClient. createClusterSnapshot(Consumer<CreateClusterSnapshotRequest.Builder> createClusterSnapshotRequest)Creates a snapshot of an elastic cluster.default CreateClusterSnapshotResponseDocDbElasticClient. createClusterSnapshot(CreateClusterSnapshotRequest createClusterSnapshotRequest)Creates a snapshot of an elastic cluster.Methods in software.amazon.awssdk.services.docdbelastic that return types with arguments of type CreateClusterSnapshotResponse Modifier and Type Method Description default CompletableFuture<CreateClusterSnapshotResponse>DocDbElasticAsyncClient. createClusterSnapshot(Consumer<CreateClusterSnapshotRequest.Builder> createClusterSnapshotRequest)Creates a snapshot of an elastic cluster.default CompletableFuture<CreateClusterSnapshotResponse>DocDbElasticAsyncClient. createClusterSnapshot(CreateClusterSnapshotRequest createClusterSnapshotRequest)Creates a snapshot of an elastic cluster.
-