Uses of Class
software.amazon.awssdk.services.fsx.model.CreateVolumeResponse
-
Packages that use CreateVolumeResponse 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 CreateVolumeResponse in software.amazon.awssdk.services.fsx
Methods in software.amazon.awssdk.services.fsx that return CreateVolumeResponse Modifier and Type Method Description default CreateVolumeResponseFSxClient. createVolume(Consumer<CreateVolumeRequest.Builder> createVolumeRequest)Creates an FSx for ONTAP or Amazon FSx for OpenZFS storage volume.default CreateVolumeResponseFSxClient. createVolume(CreateVolumeRequest createVolumeRequest)Creates an FSx for ONTAP or Amazon FSx for OpenZFS storage volume.Methods in software.amazon.awssdk.services.fsx that return types with arguments of type CreateVolumeResponse Modifier and Type Method Description default CompletableFuture<CreateVolumeResponse>FSxAsyncClient. createVolume(Consumer<CreateVolumeRequest.Builder> createVolumeRequest)Creates an FSx for ONTAP or Amazon FSx for OpenZFS storage volume.default CompletableFuture<CreateVolumeResponse>FSxAsyncClient. createVolume(CreateVolumeRequest createVolumeRequest)Creates an FSx for ONTAP or Amazon FSx for OpenZFS storage volume.
-