Uses of Class
software.amazon.awssdk.services.fsx.model.DeleteSnapshotResponse
-
Packages that use DeleteSnapshotResponse Package Description software.amazon.awssdk.services.fsx Amazon FSx is a fully managed service that makes it easy for storage and application administrators to launch and use shared file storage. -
-
Uses of DeleteSnapshotResponse in software.amazon.awssdk.services.fsx
Methods in software.amazon.awssdk.services.fsx that return DeleteSnapshotResponse Modifier and Type Method Description default DeleteSnapshotResponseFSxClient. deleteSnapshot(Consumer<DeleteSnapshotRequest.Builder> deleteSnapshotRequest)Deletes an Amazon FSx for OpenZFS snapshot.default DeleteSnapshotResponseFSxClient. deleteSnapshot(DeleteSnapshotRequest deleteSnapshotRequest)Deletes an Amazon FSx for OpenZFS snapshot.Methods in software.amazon.awssdk.services.fsx that return types with arguments of type DeleteSnapshotResponse Modifier and Type Method Description default CompletableFuture<DeleteSnapshotResponse>FSxAsyncClient. deleteSnapshot(Consumer<DeleteSnapshotRequest.Builder> deleteSnapshotRequest)Deletes an Amazon FSx for OpenZFS snapshot.default CompletableFuture<DeleteSnapshotResponse>FSxAsyncClient. deleteSnapshot(DeleteSnapshotRequest deleteSnapshotRequest)Deletes an Amazon FSx for OpenZFS snapshot.
-