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