| Package | Description |
|---|---|
| com.amazonaws.services.apigateway |
|
| com.amazonaws.services.apigateway.model |
| Modifier and Type | Method and Description |
|---|---|
GetRestApisResult |
AmazonApiGatewayClient.getRestApis(GetRestApisRequest request)
Lists the RestApis resources for your collection.
|
GetRestApisResult |
AbstractAmazonApiGateway.getRestApis(GetRestApisRequest request) |
GetRestApisResult |
AmazonApiGateway.getRestApis(GetRestApisRequest getRestApisRequest)
Lists the RestApis resources for your collection.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetRestApisResult> |
AbstractAmazonApiGatewayAsync.getRestApisAsync(GetRestApisRequest request,
AsyncHandler<GetRestApisRequest,GetRestApisResult> asyncHandler) |
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.
|
| Modifier and Type | Method and Description |
|---|---|
GetRestApisResult |
GetRestApisResult.clone() |
GetRestApisResult |
GetRestApisResult.withItems(Collection<RestApi> items)
The current page of elements from this collection.
|
GetRestApisResult |
GetRestApisResult.withItems(RestApi... items)
The current page of elements from this collection.
|
GetRestApisResult |
GetRestApisResult.withPosition(String position) |
Copyright © 2024. All rights reserved.