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