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