| Package | Description |
|---|---|
| software.amazon.awssdk.services.storagegateway |
|
| software.amazon.awssdk.services.storagegateway.model |
| 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 CompletableFuture<DetachVolumeResponse> |
StorageGatewayAsyncClient.detachVolume(Consumer<DetachVolumeRequest.Builder> detachVolumeRequest)
Disconnects a volume from an iSCSI connection and then detaches the volume from the specified gateway.
|
| Modifier and Type | Method and Description |
|---|---|
static DetachVolumeRequest.Builder |
DetachVolumeRequest.builder() |
DetachVolumeRequest.Builder |
DetachVolumeRequest.Builder.forceDetach(Boolean forceDetach)
Set to
true to forcibly remove the iSCSI connection of the target volume and detach the volume. |
DetachVolumeRequest.Builder |
DetachVolumeRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DetachVolumeRequest.Builder |
DetachVolumeRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DetachVolumeRequest.Builder |
DetachVolumeRequest.toBuilder() |
DetachVolumeRequest.Builder |
DetachVolumeRequest.Builder.volumeARN(String volumeARN)
The Amazon Resource Name (ARN) of the volume to detach from the gateway.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DetachVolumeRequest.Builder> |
DetachVolumeRequest.serializableBuilderClass() |
Copyright © 2019. All rights reserved.