Uses of Class
software.amazon.awssdk.services.fsx.model.UpdateSnapshotResponse
-
Packages that use UpdateSnapshotResponse 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 UpdateSnapshotResponse in software.amazon.awssdk.services.fsx
Methods in software.amazon.awssdk.services.fsx that return UpdateSnapshotResponse Modifier and Type Method Description default UpdateSnapshotResponseFSxClient. updateSnapshot(Consumer<UpdateSnapshotRequest.Builder> updateSnapshotRequest)Updates the name of an Amazon FSx for OpenZFS snapshot.default UpdateSnapshotResponseFSxClient. updateSnapshot(UpdateSnapshotRequest updateSnapshotRequest)Updates the name of an Amazon FSx for OpenZFS snapshot.Methods in software.amazon.awssdk.services.fsx that return types with arguments of type UpdateSnapshotResponse Modifier and Type Method Description default CompletableFuture<UpdateSnapshotResponse>FSxAsyncClient. updateSnapshot(Consumer<UpdateSnapshotRequest.Builder> updateSnapshotRequest)Updates the name of an Amazon FSx for OpenZFS snapshot.default CompletableFuture<UpdateSnapshotResponse>FSxAsyncClient. updateSnapshot(UpdateSnapshotRequest updateSnapshotRequest)Updates the name of an Amazon FSx for OpenZFS snapshot.
-