Uses of Class
software.amazon.awssdk.services.docdbelastic.model.CopyClusterSnapshotResponse
-
Packages that use CopyClusterSnapshotResponse Package Description software.amazon.awssdk.services.docdbelastic Amazon DocumentDB elastic clusters -
-
Uses of CopyClusterSnapshotResponse in software.amazon.awssdk.services.docdbelastic
Methods in software.amazon.awssdk.services.docdbelastic that return CopyClusterSnapshotResponse Modifier and Type Method Description default CopyClusterSnapshotResponseDocDbElasticClient. copyClusterSnapshot(Consumer<CopyClusterSnapshotRequest.Builder> copyClusterSnapshotRequest)Copies a snapshot of an elastic cluster.default CopyClusterSnapshotResponseDocDbElasticClient. copyClusterSnapshot(CopyClusterSnapshotRequest copyClusterSnapshotRequest)Copies a snapshot of an elastic cluster.Methods in software.amazon.awssdk.services.docdbelastic that return types with arguments of type CopyClusterSnapshotResponse Modifier and Type Method Description default CompletableFuture<CopyClusterSnapshotResponse>DocDbElasticAsyncClient. copyClusterSnapshot(Consumer<CopyClusterSnapshotRequest.Builder> copyClusterSnapshotRequest)Copies a snapshot of an elastic cluster.default CompletableFuture<CopyClusterSnapshotResponse>DocDbElasticAsyncClient. copyClusterSnapshot(CopyClusterSnapshotRequest copyClusterSnapshotRequest)Copies a snapshot of an elastic cluster.
-