Uses of Class
software.amazon.awssdk.services.docdb.model.CreateDbClusterSnapshotResponse
-
Packages that use CreateDbClusterSnapshotResponse Package Description software.amazon.awssdk.services.docdb Amazon DocumentDB is a fast, reliable, and fully managed database service. -
-
Uses of CreateDbClusterSnapshotResponse in software.amazon.awssdk.services.docdb
Methods in software.amazon.awssdk.services.docdb that return CreateDbClusterSnapshotResponse Modifier and Type Method Description default CreateDbClusterSnapshotResponseDocDbClient. createDBClusterSnapshot(Consumer<CreateDbClusterSnapshotRequest.Builder> createDbClusterSnapshotRequest)Creates a snapshot of a cluster.default CreateDbClusterSnapshotResponseDocDbClient. createDBClusterSnapshot(CreateDbClusterSnapshotRequest createDbClusterSnapshotRequest)Creates a snapshot of a cluster.Methods in software.amazon.awssdk.services.docdb that return types with arguments of type CreateDbClusterSnapshotResponse Modifier and Type Method Description default CompletableFuture<CreateDbClusterSnapshotResponse>DocDbAsyncClient. createDBClusterSnapshot(Consumer<CreateDbClusterSnapshotRequest.Builder> createDbClusterSnapshotRequest)Creates a snapshot of a cluster.default CompletableFuture<CreateDbClusterSnapshotResponse>DocDbAsyncClient. createDBClusterSnapshot(CreateDbClusterSnapshotRequest createDbClusterSnapshotRequest)Creates a snapshot of a cluster.
-