Package | Description |
---|---|
com.amazonaws.services.apigateway | |
com.amazonaws.services.apigateway.model |
Modifier and Type | Method and Description |
---|---|
GetRestApisResult |
AbstractAmazonApiGateway.getRestApis(GetRestApisRequest request) |
GetRestApisResult |
AmazonApiGatewayClient.getRestApis(GetRestApisRequest getRestApisRequest)
Lists the RestApis resources for your collection.
|
GetRestApisResult |
AmazonApiGateway.getRestApis(GetRestApisRequest getRestApisRequest)
Lists the RestApis resources for your collection.
|
Modifier and Type | Method and Description |
---|---|
Future<GetRestApisResult> |
AmazonApiGatewayAsyncClient.getRestApisAsync(GetRestApisRequest request,
AsyncHandler<GetRestApisRequest,GetRestApisResult> asyncHandler) |
Future<GetRestApisResult> |
AmazonApiGatewayAsync.getRestApisAsync(GetRestApisRequest getRestApisRequest,
AsyncHandler<GetRestApisRequest,GetRestApisResult> asyncHandler)
Lists the RestApis resources for your collection.
|
Future<GetRestApisResult> |
AbstractAmazonApiGatewayAsync.getRestApisAsync(GetRestApisRequest request,
AsyncHandler<GetRestApisRequest,GetRestApisResult> asyncHandler) |
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 © 2018. All rights reserved.