| Package | Description |
|---|---|
| com.amazonaws.services.apigateway |
|
| com.amazonaws.services.apigateway.model |
| Modifier and Type | Method and Description |
|---|---|
PutRestApiResult |
AmazonApiGatewayClient.putRestApi(PutRestApiRequest request)
A feature of the API Gateway control service for updating an existing API with an input of external API
definitions.
|
PutRestApiResult |
AmazonApiGateway.putRestApi(PutRestApiRequest putRestApiRequest)
A feature of the API Gateway control service for updating an existing API with an input of external API
definitions.
|
PutRestApiResult |
AbstractAmazonApiGateway.putRestApi(PutRestApiRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<PutRestApiResult> |
AmazonApiGatewayAsyncClient.putRestApiAsync(PutRestApiRequest request) |
Future<PutRestApiResult> |
AbstractAmazonApiGatewayAsync.putRestApiAsync(PutRestApiRequest request) |
Future<PutRestApiResult> |
AmazonApiGatewayAsync.putRestApiAsync(PutRestApiRequest putRestApiRequest)
A feature of the API Gateway control service for updating an existing API with an input of external API
definitions.
|
Future<PutRestApiResult> |
AmazonApiGatewayAsyncClient.putRestApiAsync(PutRestApiRequest request,
AsyncHandler<PutRestApiRequest,PutRestApiResult> asyncHandler) |
Future<PutRestApiResult> |
AbstractAmazonApiGatewayAsync.putRestApiAsync(PutRestApiRequest request,
AsyncHandler<PutRestApiRequest,PutRestApiResult> asyncHandler) |
Future<PutRestApiResult> |
AmazonApiGatewayAsync.putRestApiAsync(PutRestApiRequest putRestApiRequest,
AsyncHandler<PutRestApiRequest,PutRestApiResult> asyncHandler)
A feature of the API Gateway control service for updating an existing API with an input of external API
definitions.
|
| Modifier and Type | Method and Description |
|---|---|
Future<PutRestApiResult> |
AmazonApiGatewayAsyncClient.putRestApiAsync(PutRestApiRequest request,
AsyncHandler<PutRestApiRequest,PutRestApiResult> asyncHandler) |
Future<PutRestApiResult> |
AbstractAmazonApiGatewayAsync.putRestApiAsync(PutRestApiRequest request,
AsyncHandler<PutRestApiRequest,PutRestApiResult> asyncHandler) |
Future<PutRestApiResult> |
AmazonApiGatewayAsync.putRestApiAsync(PutRestApiRequest putRestApiRequest,
AsyncHandler<PutRestApiRequest,PutRestApiResult> asyncHandler)
A feature of the API Gateway control service for updating an existing API with an input of external API
definitions.
|
| Modifier and Type | Method and Description |
|---|---|
PutRestApiResult |
PutRestApiResult.clone() |
PutRestApiResult |
PutRestApiResult.withApiKeySource(ApiKeySourceType apiKeySource)
The source of the API key for metring requests according to a usage plan.
|
PutRestApiResult |
PutRestApiResult.withApiKeySource(String apiKeySource)
The source of the API key for metring requests according to a usage plan.
|
PutRestApiResult |
PutRestApiResult.withBinaryMediaTypes(Collection<String> binaryMediaTypes)
The list of binary media types supported by the RestApi.
|
PutRestApiResult |
PutRestApiResult.withBinaryMediaTypes(String... binaryMediaTypes)
The list of binary media types supported by the RestApi.
|
PutRestApiResult |
PutRestApiResult.withCreatedDate(Date createdDate)
The timestamp when the API was created.
|
PutRestApiResult |
PutRestApiResult.withDescription(String description)
The API's description.
|
PutRestApiResult |
PutRestApiResult.withEndpointConfiguration(EndpointConfiguration endpointConfiguration)
The endpoint configuration of this RestApi showing the endpoint types of the API.
|
PutRestApiResult |
PutRestApiResult.withId(String id)
The API's identifier.
|
PutRestApiResult |
PutRestApiResult.withMinimumCompressionSize(Integer minimumCompressionSize)
A nullable integer used to enable (non-negative between 0 and 10485760 (10M) bytes, inclusive) or disable (null)
compression on an API.
|
PutRestApiResult |
PutRestApiResult.withName(String name)
The API's name.
|
PutRestApiResult |
PutRestApiResult.withVersion(String version)
A version identifier for the API.
|
PutRestApiResult |
PutRestApiResult.withWarnings(Collection<String> warnings)
The warning messages reported when
failonwarnings is turned on during API import. |
PutRestApiResult |
PutRestApiResult.withWarnings(String... warnings)
The warning messages reported when
failonwarnings is turned on during API import. |
Copyright © 2018. All rights reserved.