| Package | Description |
|---|---|
| com.amazonaws.services.apigateway |
|
| com.amazonaws.services.apigateway.model |
| Modifier and Type | Method and Description |
|---|---|
GetRestApisResult |
AmazonApiGatewayClient.getRestApis(GetRestApisRequest getRestApisRequest)
Lists the RestApis resources for your collection.
|
GetRestApisResult |
AmazonApiGateway.getRestApis(GetRestApisRequest getRestApisRequest)
Lists the RestApis resources for your collection.
|
GetRestApisResult |
AbstractAmazonApiGateway.getRestApis(GetRestApisRequest request) |
| 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 |
|---|---|
GetRestApisResult |
GetRestApisResult.clone() |
GetRestApisResult |
GetRestApisResult.withItems(Collection<RestApi> items)
An array of links to the current page of RestApi resources.
|
GetRestApisResult |
GetRestApisResult.withItems(RestApi... items)
An array of links to the current page of RestApi resources.
|
GetRestApisResult |
GetRestApisResult.withPosition(String position) |
Copyright © 2016. All rights reserved.