| 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) |
| Modifier and Type | Method and Description |
|---|---|
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) |
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.
|
Future<AttachVolumeResult> |
AbstractAWSStorageGatewayAsync.attachVolumeAsync(AttachVolumeRequest request,
AsyncHandler<AttachVolumeRequest,AttachVolumeResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
Future<AttachVolumeResult> |
AbstractAWSStorageGatewayAsync.attachVolumeAsync(AttachVolumeRequest request,
AsyncHandler<AttachVolumeRequest,AttachVolumeResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
AttachVolumeResult |
AttachVolumeResult.clone() |
AttachVolumeResult |
AttachVolumeResult.withTargetARN(String targetARN)
The Amazon Resource Name (ARN) of the volume target, which includes the iSCSI name for the initiator that was
used to connect to the target.
|
AttachVolumeResult |
AttachVolumeResult.withVolumeARN(String volumeARN)
The Amazon Resource Name (ARN) of the volume that was attached to the gateway.
|
Copyright © 2024. All rights reserved.