| Package | Description |
|---|---|
| com.amazonaws.services.apigateway |
|
| com.amazonaws.services.apigateway.model |
| Modifier and Type | Method and Description |
|---|---|
GetRestApiResult |
AmazonApiGatewayClient.getRestApi(GetRestApiRequest request)
Lists the RestApi resource in the collection.
|
GetRestApiResult |
AmazonApiGateway.getRestApi(GetRestApiRequest getRestApiRequest)
Lists the RestApi resource in the collection.
|
GetRestApiResult |
AbstractAmazonApiGateway.getRestApi(GetRestApiRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<GetRestApiResult> |
AmazonApiGatewayAsyncClient.getRestApiAsync(GetRestApiRequest request,
AsyncHandler<GetRestApiRequest,GetRestApiResult> asyncHandler) |
Future<GetRestApiResult> |
AbstractAmazonApiGatewayAsync.getRestApiAsync(GetRestApiRequest request,
AsyncHandler<GetRestApiRequest,GetRestApiResult> asyncHandler) |
Future<GetRestApiResult> |
AmazonApiGatewayAsync.getRestApiAsync(GetRestApiRequest getRestApiRequest,
AsyncHandler<GetRestApiRequest,GetRestApiResult> asyncHandler)
Lists the RestApi resource in the collection.
|
| Modifier and Type | Method and Description |
|---|---|
GetRestApiResult |
GetRestApiResult.clone() |
GetRestApiResult |
GetRestApiResult.withBinaryMediaTypes(Collection<String> binaryMediaTypes)
The list of binary media types supported by the RestApi.
|
GetRestApiResult |
GetRestApiResult.withBinaryMediaTypes(String... binaryMediaTypes)
The list of binary media types supported by the RestApi.
|
GetRestApiResult |
GetRestApiResult.withCreatedDate(Date createdDate)
The timestamp when the API was created.
|
GetRestApiResult |
GetRestApiResult.withDescription(String description)
The API's description.
|
GetRestApiResult |
GetRestApiResult.withId(String id)
The API's identifier.
|
GetRestApiResult |
GetRestApiResult.withName(String name)
The API's name.
|
GetRestApiResult |
GetRestApiResult.withVersion(String version)
A version identifier for the API.
|
GetRestApiResult |
GetRestApiResult.withWarnings(Collection<String> warnings)
The warning messages reported when
failonwarnings is turned on during API import. |
GetRestApiResult |
GetRestApiResult.withWarnings(String... warnings)
The warning messages reported when
failonwarnings is turned on during API import. |
Copyright © 2017. All rights reserved.