| Package | Description |
|---|---|
| software.amazon.awssdk.services.storagegateway |
|
| software.amazon.awssdk.services.storagegateway.model |
| Modifier and Type | Method and 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 AttachVolumeResponse |
StorageGatewayClient.attachVolume(Consumer<AttachVolumeRequest.Builder> attachVolumeRequest)
Connects a volume to an iSCSI connection and then attaches the volume to the specified gateway.
|
| Modifier and Type | Method and Description |
|---|---|
static AttachVolumeRequest.Builder |
AttachVolumeRequest.builder() |
AttachVolumeRequest.Builder |
AttachVolumeRequest.Builder.diskId(String diskId)
The unique device ID or other distinguishing data that identifies the local disk used to create the volume.
|
AttachVolumeRequest.Builder |
AttachVolumeRequest.Builder.gatewayARN(String gatewayARN)
The Amazon Resource Name (ARN) of the gateway that you want to attach the volume to.
|
AttachVolumeRequest.Builder |
AttachVolumeRequest.Builder.networkInterfaceId(String networkInterfaceId)
The network interface of the gateway on which to expose the iSCSI target.
|
AttachVolumeRequest.Builder |
AttachVolumeRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
AttachVolumeRequest.Builder |
AttachVolumeRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
AttachVolumeRequest.Builder |
AttachVolumeRequest.Builder.targetName(String targetName)
The name of the iSCSI target used by an initiator to connect to a volume and used as a suffix for the target
ARN.
|
AttachVolumeRequest.Builder |
AttachVolumeRequest.toBuilder() |
AttachVolumeRequest.Builder |
AttachVolumeRequest.Builder.volumeARN(String volumeARN)
The Amazon Resource Name (ARN) of the volume to attach to the specified gateway.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AttachVolumeRequest.Builder> |
AttachVolumeRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.