Uses of Class
software.amazon.awssdk.services.rds.model.CopyDbClusterSnapshotRequest
-
Packages that use CopyDbClusterSnapshotRequest Package Description software.amazon.awssdk.services.rds Amazon Relational Database Service software.amazon.awssdk.services.rds.internal software.amazon.awssdk.services.rds.transform -
-
Uses of CopyDbClusterSnapshotRequest in software.amazon.awssdk.services.rds
Methods in software.amazon.awssdk.services.rds with parameters of type CopyDbClusterSnapshotRequest Modifier and Type Method Description default CompletableFuture<CopyDbClusterSnapshotResponse>RdsAsyncClient. copyDBClusterSnapshot(CopyDbClusterSnapshotRequest copyDbClusterSnapshotRequest)Copies a snapshot of a DB cluster.default CopyDbClusterSnapshotResponseRdsClient. copyDBClusterSnapshot(CopyDbClusterSnapshotRequest copyDbClusterSnapshotRequest)Copies a snapshot of a DB cluster. -
Uses of CopyDbClusterSnapshotRequest in software.amazon.awssdk.services.rds.internal
Methods in software.amazon.awssdk.services.rds.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.rds.transform
Methods in software.amazon.awssdk.services.rds.transform with parameters of type CopyDbClusterSnapshotRequest Modifier and Type Method Description SdkHttpFullRequestCopyDbClusterSnapshotRequestMarshaller. marshall(CopyDbClusterSnapshotRequest copyDbClusterSnapshotRequest)
-