| Package | Description |
|---|---|
| com.amazonaws.services.apigateway |
|
| com.amazonaws.services.apigateway.model |
| Modifier and Type | Method and Description |
|---|---|
Future<GetRestApisResult> |
AmazonApiGatewayAsyncClient.getRestApisAsync(GetRestApisRequest request,
AsyncHandler<GetRestApisRequest,GetRestApisResult> asyncHandler) |
Future<GetRestApisResult> |
AbstractAmazonApiGatewayAsync.getRestApisAsync(GetRestApisRequest request,
AsyncHandler<GetRestApisRequest,GetRestApisResult> asyncHandler) |
Future<GetRestApisResult> |
AmazonApiGatewayAsync.getRestApisAsync(GetRestApisRequest getRestApisRequest,
AsyncHandler<GetRestApisRequest,GetRestApisResult> asyncHandler)
Lists the RestApis resources for your collection.
|
| Modifier and Type | Method and Description |
|---|---|
GetRestApisRequest |
GetRestApisRequest.clone() |
GetRestApisRequest |
GetRestApisRequest.withLimit(Integer limit)
The maximum number of RestApi resources in the collection to get information about.
|
GetRestApisRequest |
GetRestApisRequest.withPosition(String position)
The position of the current RestApis resource in the collection to get information about.
|
Copyright © 2017. All rights reserved.