Uses of Class
software.amazon.awssdk.services.storagegateway.model.CreateStorediScsiVolumeRequest
-
Packages that use CreateStorediScsiVolumeRequest Package Description software.amazon.awssdk.services.storagegateway Storage Gateway Service software.amazon.awssdk.services.storagegateway.transform -
-
Uses of CreateStorediScsiVolumeRequest in software.amazon.awssdk.services.storagegateway
Methods in software.amazon.awssdk.services.storagegateway with parameters of type CreateStorediScsiVolumeRequest Modifier and Type Method Description default CompletableFuture<CreateStorediScsiVolumeResponse>StorageGatewayAsyncClient. createStorediSCSIVolume(CreateStorediScsiVolumeRequest createStorediScsiVolumeRequest)Creates a volume on a specified gateway.default CreateStorediScsiVolumeResponseStorageGatewayClient. createStorediSCSIVolume(CreateStorediScsiVolumeRequest createStorediScsiVolumeRequest)Creates a volume on a specified gateway. -
Uses of CreateStorediScsiVolumeRequest in software.amazon.awssdk.services.storagegateway.transform
Methods in software.amazon.awssdk.services.storagegateway.transform with parameters of type CreateStorediScsiVolumeRequest Modifier and Type Method Description SdkHttpFullRequestCreateStorediScsiVolumeRequestMarshaller. marshall(CreateStorediScsiVolumeRequest createStorediScsiVolumeRequest)
-