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