| Package | Description |
|---|---|
| com.amazonaws.services.storagegateway |
|
| com.amazonaws.services.storagegateway.model |
| Modifier and Type | Method and Description |
|---|---|
ListVolumesResult |
AbstractAWSStorageGateway.listVolumes(ListVolumesRequest request) |
ListVolumesResult |
AWSStorageGatewayClient.listVolumes(ListVolumesRequest request)
Lists the iSCSI stored volumes of a gateway.
|
ListVolumesResult |
AWSStorageGateway.listVolumes(ListVolumesRequest listVolumesRequest)
Lists the iSCSI stored volumes of a gateway.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListVolumesResult> |
AbstractAWSStorageGatewayAsync.listVolumesAsync(ListVolumesRequest request,
AsyncHandler<ListVolumesRequest,ListVolumesResult> asyncHandler) |
Future<ListVolumesResult> |
AWSStorageGatewayAsyncClient.listVolumesAsync(ListVolumesRequest request,
AsyncHandler<ListVolumesRequest,ListVolumesResult> asyncHandler) |
Future<ListVolumesResult> |
AWSStorageGatewayAsync.listVolumesAsync(ListVolumesRequest listVolumesRequest,
AsyncHandler<ListVolumesRequest,ListVolumesResult> asyncHandler)
Lists the iSCSI stored volumes of a gateway.
|
| Modifier and Type | Method and Description |
|---|---|
ListVolumesResult |
ListVolumesResult.clone() |
ListVolumesResult |
ListVolumesResult.withGatewayARN(String gatewayARN) |
ListVolumesResult |
ListVolumesResult.withMarker(String marker)
Use the marker in your next request to continue pagination of iSCSI volumes.
|
ListVolumesResult |
ListVolumesResult.withVolumeInfos(Collection<VolumeInfo> volumeInfos)
An array of VolumeInfo objects, where each object describes an iSCSI volume.
|
ListVolumesResult |
ListVolumesResult.withVolumeInfos(VolumeInfo... volumeInfos)
An array of VolumeInfo objects, where each object describes an iSCSI volume.
|
Copyright © 2022. All rights reserved.