Uses of Class
software.amazon.awssdk.services.fsx.model.CopySnapshotAndUpdateVolumeResponse
-
Packages that use CopySnapshotAndUpdateVolumeResponse 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 CopySnapshotAndUpdateVolumeResponse in software.amazon.awssdk.services.fsx
Methods in software.amazon.awssdk.services.fsx that return CopySnapshotAndUpdateVolumeResponse Modifier and Type Method Description default CopySnapshotAndUpdateVolumeResponseFSxClient. copySnapshotAndUpdateVolume(Consumer<CopySnapshotAndUpdateVolumeRequest.Builder> copySnapshotAndUpdateVolumeRequest)Updates an existing volume by using a snapshot from another Amazon FSx for OpenZFS file system.default CopySnapshotAndUpdateVolumeResponseFSxClient. copySnapshotAndUpdateVolume(CopySnapshotAndUpdateVolumeRequest copySnapshotAndUpdateVolumeRequest)Updates an existing volume by using a snapshot from another Amazon FSx for OpenZFS file system.Methods in software.amazon.awssdk.services.fsx that return types with arguments of type CopySnapshotAndUpdateVolumeResponse Modifier and Type Method Description default CompletableFuture<CopySnapshotAndUpdateVolumeResponse>FSxAsyncClient. copySnapshotAndUpdateVolume(Consumer<CopySnapshotAndUpdateVolumeRequest.Builder> copySnapshotAndUpdateVolumeRequest)Updates an existing volume by using a snapshot from another Amazon FSx for OpenZFS file system.default CompletableFuture<CopySnapshotAndUpdateVolumeResponse>FSxAsyncClient. copySnapshotAndUpdateVolume(CopySnapshotAndUpdateVolumeRequest copySnapshotAndUpdateVolumeRequest)Updates an existing volume by using a snapshot from another Amazon FSx for OpenZFS file system.
-