Uses of Class
software.amazon.awssdk.services.rds.model.DeleteDbClusterSnapshotRequest
-
Packages that use DeleteDbClusterSnapshotRequest Package Description software.amazon.awssdk.services.rds Amazon Relational Database Service software.amazon.awssdk.services.rds.transform -
-
Uses of DeleteDbClusterSnapshotRequest in software.amazon.awssdk.services.rds
Methods in software.amazon.awssdk.services.rds with parameters of type DeleteDbClusterSnapshotRequest Modifier and Type Method Description default CompletableFuture<DeleteDbClusterSnapshotResponse>RdsAsyncClient. deleteDBClusterSnapshot(DeleteDbClusterSnapshotRequest deleteDbClusterSnapshotRequest)Deletes a DB cluster snapshot.default DeleteDbClusterSnapshotResponseRdsClient. deleteDBClusterSnapshot(DeleteDbClusterSnapshotRequest deleteDbClusterSnapshotRequest)Deletes a DB cluster snapshot. -
Uses of DeleteDbClusterSnapshotRequest in software.amazon.awssdk.services.rds.transform
Methods in software.amazon.awssdk.services.rds.transform with parameters of type DeleteDbClusterSnapshotRequest Modifier and Type Method Description SdkHttpFullRequestDeleteDbClusterSnapshotRequestMarshaller. marshall(DeleteDbClusterSnapshotRequest deleteDbClusterSnapshotRequest)
-