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