Uses of Class
software.amazon.awssdk.services.neptune.model.CopyDbClusterSnapshotRequest
-
Packages that use CopyDbClusterSnapshotRequest Package Description software.amazon.awssdk.services.neptune Amazon Neptune software.amazon.awssdk.services.neptune.internal software.amazon.awssdk.services.neptune.transform -
-
Uses of CopyDbClusterSnapshotRequest in software.amazon.awssdk.services.neptune
Methods in software.amazon.awssdk.services.neptune with parameters of type CopyDbClusterSnapshotRequest Modifier and Type Method Description default CompletableFuture<CopyDbClusterSnapshotResponse>NeptuneAsyncClient. copyDBClusterSnapshot(CopyDbClusterSnapshotRequest copyDbClusterSnapshotRequest)Copies a snapshot of a DB cluster.default CopyDbClusterSnapshotResponseNeptuneClient. copyDBClusterSnapshot(CopyDbClusterSnapshotRequest copyDbClusterSnapshotRequest)Copies a snapshot of a DB cluster. -
Uses of CopyDbClusterSnapshotRequest in software.amazon.awssdk.services.neptune.internal
Methods in software.amazon.awssdk.services.neptune.internal with parameters of type CopyDbClusterSnapshotRequest Modifier and Type Method Description protected RdsPresignInterceptor.PresignableRequestCopyDbClusterSnapshotPresignInterceptor. adaptRequest(CopyDbClusterSnapshotRequest originalRequest) -
Uses of CopyDbClusterSnapshotRequest in software.amazon.awssdk.services.neptune.transform
Methods in software.amazon.awssdk.services.neptune.transform with parameters of type CopyDbClusterSnapshotRequest Modifier and Type Method Description SdkHttpFullRequestCopyDbClusterSnapshotRequestMarshaller. marshall(CopyDbClusterSnapshotRequest copyDbClusterSnapshotRequest)
-