Uses of Class
software.amazon.awssdk.services.rds.model.DeleteDbClusterSnapshotResponse
Packages that use DeleteDbClusterSnapshotResponse
-
Uses of DeleteDbClusterSnapshotResponse in software.amazon.awssdk.services.rds
Methods in software.amazon.awssdk.services.rds that return DeleteDbClusterSnapshotResponseModifier and TypeMethodDescriptiondefault 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 DeleteDbClusterSnapshotResponseModifier and TypeMethodDescriptionRdsAsyncClient.deleteDBClusterSnapshot(Consumer<DeleteDbClusterSnapshotRequest.Builder> deleteDbClusterSnapshotRequest) Deletes a DB cluster snapshot.RdsAsyncClient.deleteDBClusterSnapshot(DeleteDbClusterSnapshotRequest deleteDbClusterSnapshotRequest) Deletes a DB cluster snapshot.