Uses of Class
software.amazon.awssdk.services.neptune.model.CopyDbClusterSnapshotResponse
-
Packages that use CopyDbClusterSnapshotResponse Package Description software.amazon.awssdk.services.neptune Amazon Neptune -
-
Uses of CopyDbClusterSnapshotResponse in software.amazon.awssdk.services.neptune
Methods in software.amazon.awssdk.services.neptune that return CopyDbClusterSnapshotResponse Modifier and Type Method Description default CopyDbClusterSnapshotResponseNeptuneClient. copyDBClusterSnapshot(Consumer<CopyDbClusterSnapshotRequest.Builder> copyDbClusterSnapshotRequest)Copies a snapshot of a DB cluster.default CopyDbClusterSnapshotResponseNeptuneClient. copyDBClusterSnapshot(CopyDbClusterSnapshotRequest copyDbClusterSnapshotRequest)Copies a snapshot of a DB cluster.Methods in software.amazon.awssdk.services.neptune that return types with arguments of type CopyDbClusterSnapshotResponse Modifier and Type Method Description default CompletableFuture<CopyDbClusterSnapshotResponse>NeptuneAsyncClient. copyDBClusterSnapshot(Consumer<CopyDbClusterSnapshotRequest.Builder> copyDbClusterSnapshotRequest)Copies a snapshot of a DB cluster.default CompletableFuture<CopyDbClusterSnapshotResponse>NeptuneAsyncClient. copyDBClusterSnapshot(CopyDbClusterSnapshotRequest copyDbClusterSnapshotRequest)Copies a snapshot of a DB cluster.
-