Package | Description |
---|---|
com.amazonaws.services.storagegateway |
Synchronous and asynchronous client classes for accessing AWSStorageGateway.
|
com.amazonaws.services.storagegateway.model |
Classes modeling the various types represented by AWSStorageGateway.
|
Modifier and Type | Method and Description |
---|---|
ListVolumesResult |
AWSStorageGatewayClient.listVolumes(ListVolumesRequest listVolumesRequest)
This operation lists the iSCSI stored volumes of a gateway.
|
ListVolumesResult |
AWSStorageGateway.listVolumes(ListVolumesRequest listVolumesRequest)
This operation lists the iSCSI stored volumes of a gateway.
|
Future<ListVolumesResult> |
AWSStorageGatewayAsync.listVolumesAsync(ListVolumesRequest listVolumesRequest)
This operation lists the iSCSI stored volumes of a gateway.
|
Future<ListVolumesResult> |
AWSStorageGatewayAsyncClient.listVolumesAsync(ListVolumesRequest listVolumesRequest)
This operation lists the iSCSI stored volumes of a gateway.
|
Future<ListVolumesResult> |
AWSStorageGatewayAsync.listVolumesAsync(ListVolumesRequest listVolumesRequest,
AsyncHandler<ListVolumesRequest,ListVolumesResult> asyncHandler)
This operation lists the iSCSI stored volumes of a gateway.
|
Future<ListVolumesResult> |
AWSStorageGatewayAsyncClient.listVolumesAsync(ListVolumesRequest listVolumesRequest,
AsyncHandler<ListVolumesRequest,ListVolumesResult> asyncHandler)
This operation lists the iSCSI stored volumes of a gateway.
|
Modifier and Type | Method and Description |
---|---|
Future<ListVolumesResult> |
AWSStorageGatewayAsync.listVolumesAsync(ListVolumesRequest listVolumesRequest,
AsyncHandler<ListVolumesRequest,ListVolumesResult> asyncHandler)
This operation lists the iSCSI stored volumes of a gateway.
|
Future<ListVolumesResult> |
AWSStorageGatewayAsyncClient.listVolumesAsync(ListVolumesRequest listVolumesRequest,
AsyncHandler<ListVolumesRequest,ListVolumesResult> asyncHandler)
This operation lists the iSCSI stored volumes of a gateway.
|
Modifier and Type | Method and Description |
---|---|
ListVolumesRequest |
ListVolumesRequest.withGatewayARN(String gatewayARN)
The Amazon Resource Name (ARN) of the gateway.
|
ListVolumesRequest |
ListVolumesRequest.withLimit(Integer limit)
Specifies that the list of volumes returned be limited to the
specified number of items.
|
ListVolumesRequest |
ListVolumesRequest.withMarker(String marker)
A string that indicates the position at which to begin the returned
list of volumes.
|
Copyright © 2014. All rights reserved.