|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ListGatewaysRequest | |
---|---|
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. |
Uses of ListGatewaysRequest in com.amazonaws.services.storagegateway |
---|
Methods in com.amazonaws.services.storagegateway with parameters of type ListGatewaysRequest | |
---|---|
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> |
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)
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. |
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. |
Method parameters in com.amazonaws.services.storagegateway with type arguments of type ListGatewaysRequest | |
---|---|
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. |
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. |
Uses of ListGatewaysRequest in com.amazonaws.services.storagegateway.model |
---|
Methods in com.amazonaws.services.storagegateway.model that return ListGatewaysRequest | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |