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