Uses of Class
software.amazon.awssdk.services.storagegateway.model.DetachVolumeResponse
-
Packages that use DetachVolumeResponse Package Description software.amazon.awssdk.services.storagegateway Storage Gateway Service -
-
Uses of DetachVolumeResponse in software.amazon.awssdk.services.storagegateway
Methods in software.amazon.awssdk.services.storagegateway that return DetachVolumeResponse Modifier and Type Method Description default DetachVolumeResponseStorageGatewayClient. detachVolume(Consumer<DetachVolumeRequest.Builder> detachVolumeRequest)Disconnects a volume from an iSCSI connection and then detaches the volume from the specified gateway.default DetachVolumeResponseStorageGatewayClient. detachVolume(DetachVolumeRequest detachVolumeRequest)Disconnects a volume from an iSCSI connection and then detaches the volume from the specified gateway.Methods in software.amazon.awssdk.services.storagegateway that return types with arguments of type DetachVolumeResponse Modifier and Type Method Description default CompletableFuture<DetachVolumeResponse>StorageGatewayAsyncClient. detachVolume(Consumer<DetachVolumeRequest.Builder> detachVolumeRequest)Disconnects a volume from an iSCSI connection and then detaches the volume from the specified gateway.default CompletableFuture<DetachVolumeResponse>StorageGatewayAsyncClient. detachVolume(DetachVolumeRequest detachVolumeRequest)Disconnects a volume from an iSCSI connection and then detaches the volume from the specified gateway.
-