Uses of Class
software.amazon.awssdk.services.rds.model.CreateDbClusterSnapshotRequest
-
Packages that use CreateDbClusterSnapshotRequest Package Description software.amazon.awssdk.services.rds Amazon Relational Database Service software.amazon.awssdk.services.rds.transform -
-
Uses of CreateDbClusterSnapshotRequest in software.amazon.awssdk.services.rds
Methods in software.amazon.awssdk.services.rds with parameters of type CreateDbClusterSnapshotRequest Modifier and Type Method Description default CompletableFuture<CreateDbClusterSnapshotResponse>RdsAsyncClient. createDBClusterSnapshot(CreateDbClusterSnapshotRequest createDbClusterSnapshotRequest)Creates a snapshot of a DB cluster.default CreateDbClusterSnapshotResponseRdsClient. createDBClusterSnapshot(CreateDbClusterSnapshotRequest createDbClusterSnapshotRequest)Creates a snapshot of a DB cluster. -
Uses of CreateDbClusterSnapshotRequest in software.amazon.awssdk.services.rds.transform
Methods in software.amazon.awssdk.services.rds.transform with parameters of type CreateDbClusterSnapshotRequest Modifier and Type Method Description SdkHttpFullRequestCreateDbClusterSnapshotRequestMarshaller. marshall(CreateDbClusterSnapshotRequest createDbClusterSnapshotRequest)
-