Uses of Class
software.amazon.awssdk.services.storagegateway.model.AttachVolumeRequest
-
Packages that use AttachVolumeRequest Package Description software.amazon.awssdk.services.storagegateway Storage Gateway Service software.amazon.awssdk.services.storagegateway.transform -
-
Uses of AttachVolumeRequest in software.amazon.awssdk.services.storagegateway
Methods in software.amazon.awssdk.services.storagegateway with parameters of type AttachVolumeRequest Modifier and Type Method Description default CompletableFuture<AttachVolumeResponse>StorageGatewayAsyncClient. attachVolume(AttachVolumeRequest attachVolumeRequest)Connects a volume to an iSCSI connection and then attaches the volume to the specified gateway.default AttachVolumeResponseStorageGatewayClient. attachVolume(AttachVolumeRequest attachVolumeRequest)Connects a volume to an iSCSI connection and then attaches the volume to the specified gateway. -
Uses of AttachVolumeRequest in software.amazon.awssdk.services.storagegateway.transform
Methods in software.amazon.awssdk.services.storagegateway.transform with parameters of type AttachVolumeRequest Modifier and Type Method Description SdkHttpFullRequestAttachVolumeRequestMarshaller. marshall(AttachVolumeRequest attachVolumeRequest)
-