Package | Description |
---|---|
com.amazonaws.services.apigateway |
|
com.amazonaws.services.apigateway.model |
Modifier and Type | Method and Description |
---|---|
Future<GetRestApisResult> |
AmazonApiGatewayAsync.getRestApisAsync(GetRestApisRequest getRestApisRequest,
AsyncHandler<GetRestApisRequest,GetRestApisResult> asyncHandler)
Lists the RestApis resources for your collection.
|
Future<GetRestApisResult> |
AmazonApiGatewayAsyncClient.getRestApisAsync(GetRestApisRequest request,
AsyncHandler<GetRestApisRequest,GetRestApisResult> asyncHandler) |
Future<GetRestApisResult> |
AbstractAmazonApiGatewayAsync.getRestApisAsync(GetRestApisRequest request,
AsyncHandler<GetRestApisRequest,GetRestApisResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
GetRestApisRequest |
GetRestApisRequest.clone() |
GetRestApisRequest |
GetRestApisRequest.withLimit(Integer limit)
The maximum number of returned results per page.
|
GetRestApisRequest |
GetRestApisRequest.withPosition(String position)
The current pagination position in the paged result set.
|
Copyright © 2021. All rights reserved.