Uses of Class
software.amazon.awssdk.services.fsx.model.DeleteSnapshotRequest
-
Packages that use DeleteSnapshotRequest 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.software.amazon.awssdk.services.fsx.transform -
-
Uses of DeleteSnapshotRequest in software.amazon.awssdk.services.fsx
Methods in software.amazon.awssdk.services.fsx with parameters of type DeleteSnapshotRequest Modifier and Type Method Description default CompletableFuture<DeleteSnapshotResponse>FSxAsyncClient. deleteSnapshot(DeleteSnapshotRequest deleteSnapshotRequest)Deletes an Amazon FSx for OpenZFS snapshot.default DeleteSnapshotResponseFSxClient. deleteSnapshot(DeleteSnapshotRequest deleteSnapshotRequest)Deletes an Amazon FSx for OpenZFS snapshot. -
Uses of DeleteSnapshotRequest in software.amazon.awssdk.services.fsx.transform
Methods in software.amazon.awssdk.services.fsx.transform with parameters of type DeleteSnapshotRequest Modifier and Type Method Description SdkHttpFullRequestDeleteSnapshotRequestMarshaller. marshall(DeleteSnapshotRequest deleteSnapshotRequest)
-