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