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 |
---|---|
ListGatewaysResult |
AWSStorageGatewayClient.listGateways(ListGatewaysRequest listGatewaysRequest)
This operation lists gateways owned by an AWS account in a region
specified in the request.
|
ListGatewaysResult |
AWSStorageGateway.listGateways(ListGatewaysRequest listGatewaysRequest)
This operation lists gateways owned by an AWS account in a region
specified in the request.
|
Future<ListGatewaysResult> |
AWSStorageGatewayAsync.listGatewaysAsync(ListGatewaysRequest listGatewaysRequest)
This operation lists gateways owned by an AWS account in a region
specified in the request.
|
Future<ListGatewaysResult> |
AWSStorageGatewayAsyncClient.listGatewaysAsync(ListGatewaysRequest listGatewaysRequest)
This operation lists gateways owned by an AWS account in a region
specified in the request.
|
Future<ListGatewaysResult> |
AWSStorageGatewayAsync.listGatewaysAsync(ListGatewaysRequest listGatewaysRequest,
AsyncHandler<ListGatewaysRequest,ListGatewaysResult> asyncHandler)
This operation lists gateways owned by an AWS account in a region
specified in the request.
|
Future<ListGatewaysResult> |
AWSStorageGatewayAsyncClient.listGatewaysAsync(ListGatewaysRequest listGatewaysRequest,
AsyncHandler<ListGatewaysRequest,ListGatewaysResult> asyncHandler)
This operation lists gateways owned by an AWS account in a region
specified in the request.
|
Modifier and Type | Method and Description |
---|---|
Future<ListGatewaysResult> |
AWSStorageGatewayAsync.listGatewaysAsync(ListGatewaysRequest listGatewaysRequest,
AsyncHandler<ListGatewaysRequest,ListGatewaysResult> asyncHandler)
This operation lists gateways owned by an AWS account in a region
specified in the request.
|
Future<ListGatewaysResult> |
AWSStorageGatewayAsyncClient.listGatewaysAsync(ListGatewaysRequest listGatewaysRequest,
AsyncHandler<ListGatewaysRequest,ListGatewaysResult> asyncHandler)
This operation lists gateways owned by an AWS account in a region
specified in the request.
|
Modifier and Type | Method and Description |
---|---|
ListGatewaysRequest |
ListGatewaysRequest.withLimit(Integer limit)
Specifies that the list of gateways returned be limited to the
specified number of items.
|
ListGatewaysRequest |
ListGatewaysRequest.withMarker(String marker)
An opaque string that indicates the position at which to begin the
returned list of gateways.
|
Copyright © 2014. All rights reserved.