| Package | Description |
|---|---|
| com.amazonaws.services.storagegateway |
|
| com.amazonaws.services.storagegateway.model |
| Modifier and Type | Method and Description |
|---|---|
AttachVolumeResult |
AWSStorageGatewayClient.attachVolume(AttachVolumeRequest request)
Connects a volume to an iSCSI connection and then attaches the volume to the specified gateway.
|
AttachVolumeResult |
AWSStorageGateway.attachVolume(AttachVolumeRequest attachVolumeRequest)
Connects a volume to an iSCSI connection and then attaches the volume to the specified gateway.
|
AttachVolumeResult |
AbstractAWSStorageGateway.attachVolume(AttachVolumeRequest request) |
Future<AttachVolumeResult> |
AbstractAWSStorageGatewayAsync.attachVolumeAsync(AttachVolumeRequest request) |
Future<AttachVolumeResult> |
AWSStorageGatewayAsyncClient.attachVolumeAsync(AttachVolumeRequest request) |
Future<AttachVolumeResult> |
AWSStorageGatewayAsync.attachVolumeAsync(AttachVolumeRequest attachVolumeRequest)
Connects a volume to an iSCSI connection and then attaches the volume to the specified gateway.
|
Future<AttachVolumeResult> |
AbstractAWSStorageGatewayAsync.attachVolumeAsync(AttachVolumeRequest request,
AsyncHandler<AttachVolumeRequest,AttachVolumeResult> asyncHandler) |
Future<AttachVolumeResult> |
AWSStorageGatewayAsyncClient.attachVolumeAsync(AttachVolumeRequest request,
AsyncHandler<AttachVolumeRequest,AttachVolumeResult> asyncHandler) |
Future<AttachVolumeResult> |
AWSStorageGatewayAsync.attachVolumeAsync(AttachVolumeRequest attachVolumeRequest,
AsyncHandler<AttachVolumeRequest,AttachVolumeResult> asyncHandler)
Connects a volume to an iSCSI connection and then attaches the volume to the specified gateway.
|
| Modifier and Type | Method and Description |
|---|---|
Future<AttachVolumeResult> |
AbstractAWSStorageGatewayAsync.attachVolumeAsync(AttachVolumeRequest request,
AsyncHandler<AttachVolumeRequest,AttachVolumeResult> asyncHandler) |
Future<AttachVolumeResult> |
AWSStorageGatewayAsyncClient.attachVolumeAsync(AttachVolumeRequest request,
AsyncHandler<AttachVolumeRequest,AttachVolumeResult> asyncHandler) |
Future<AttachVolumeResult> |
AWSStorageGatewayAsync.attachVolumeAsync(AttachVolumeRequest attachVolumeRequest,
AsyncHandler<AttachVolumeRequest,AttachVolumeResult> asyncHandler)
Connects a volume to an iSCSI connection and then attaches the volume to the specified gateway.
|
| Modifier and Type | Method and Description |
|---|---|
AttachVolumeRequest |
AttachVolumeRequest.clone() |
AttachVolumeRequest |
AttachVolumeRequest.withDiskId(String diskId)
The unique device ID or other distinguishing data that identifies the local disk used to create the volume.
|
AttachVolumeRequest |
AttachVolumeRequest.withGatewayARN(String gatewayARN)
The Amazon Resource Name (ARN) of the gateway that you want to attach the volume to.
|
AttachVolumeRequest |
AttachVolumeRequest.withNetworkInterfaceId(String networkInterfaceId)
The network interface of the gateway on which to expose the iSCSI target.
|
AttachVolumeRequest |
AttachVolumeRequest.withTargetName(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 |
AttachVolumeRequest.withVolumeARN(String volumeARN)
The Amazon Resource Name (ARN) of the volume to attach to the specified gateway.
|
Copyright © 2024. All rights reserved.