| Package | Description |
|---|---|
| software.amazon.awssdk.services.storagegateway |
|
| Modifier and Type | Method and Description |
|---|---|
default DetachVolumeResponse |
StorageGatewayClient.detachVolume(Consumer<DetachVolumeRequest.Builder> detachVolumeRequest)
Disconnects a volume from an iSCSI connection and then detaches the volume from the specified gateway.
|
default DetachVolumeResponse |
StorageGatewayClient.detachVolume(DetachVolumeRequest detachVolumeRequest)
Disconnects a volume from an iSCSI connection and then detaches the volume from the specified gateway.
|
| Modifier and Type | Method and 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.
|
Copyright © 2022. All rights reserved.