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.
|
Modifier and Type | Method and Description |
---|---|
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 |
---|---|
ListVolumesResult |
ListVolumesResult.withGatewayARN(String gatewayARN)
The Amazon Resource Name (ARN) of the gateway.
|
ListVolumesResult |
ListVolumesResult.withMarker(String marker)
Sets the value of the Marker property for this object.
|
ListVolumesResult |
ListVolumesResult.withVolumeInfos(Collection<VolumeInfo> volumeInfos)
Sets the value of the VolumeInfos property for this object.
|
ListVolumesResult |
ListVolumesResult.withVolumeInfos(VolumeInfo... volumeInfos)
Sets the value of the VolumeInfos property for this object.
|
Copyright © 2014. All rights reserved.