Uses of Class
software.amazon.awssdk.services.storagegateway.model.AttachVolumeResponse
-
Packages that use AttachVolumeResponse Package Description software.amazon.awssdk.services.storagegateway Storage Gateway Service -
-
Uses of AttachVolumeResponse in software.amazon.awssdk.services.storagegateway
Methods in software.amazon.awssdk.services.storagegateway that return AttachVolumeResponse Modifier and Type Method Description default AttachVolumeResponseStorageGatewayClient. attachVolume(Consumer<AttachVolumeRequest.Builder> 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.Methods in software.amazon.awssdk.services.storagegateway that return types with arguments of type AttachVolumeResponse Modifier and Type Method Description default CompletableFuture<AttachVolumeResponse>StorageGatewayAsyncClient. attachVolume(Consumer<AttachVolumeRequest.Builder> attachVolumeRequest)Connects a volume to an iSCSI connection and then attaches the volume to the specified gateway.default CompletableFuture<AttachVolumeResponse>StorageGatewayAsyncClient. attachVolume(AttachVolumeRequest attachVolumeRequest)Connects a volume to an iSCSI connection and then attaches the volume to the specified gateway.
-