| Package | Description |
|---|---|
| com.amazonaws.services.apigateway |
|
| com.amazonaws.services.apigateway.model |
| Modifier and Type | Method and Description |
|---|---|
UpdateRestApiResult |
AmazonApiGatewayClient.updateRestApi(UpdateRestApiRequest request)
Changes information about the specified API.
|
UpdateRestApiResult |
AmazonApiGateway.updateRestApi(UpdateRestApiRequest updateRestApiRequest)
Changes information about the specified API.
|
UpdateRestApiResult |
AbstractAmazonApiGateway.updateRestApi(UpdateRestApiRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateRestApiResult> |
AmazonApiGatewayAsyncClient.updateRestApiAsync(UpdateRestApiRequest request,
AsyncHandler<UpdateRestApiRequest,UpdateRestApiResult> asyncHandler) |
Future<UpdateRestApiResult> |
AbstractAmazonApiGatewayAsync.updateRestApiAsync(UpdateRestApiRequest request,
AsyncHandler<UpdateRestApiRequest,UpdateRestApiResult> asyncHandler) |
Future<UpdateRestApiResult> |
AmazonApiGatewayAsync.updateRestApiAsync(UpdateRestApiRequest updateRestApiRequest,
AsyncHandler<UpdateRestApiRequest,UpdateRestApiResult> asyncHandler)
Changes information about the specified API.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateRestApiResult |
UpdateRestApiResult.clone() |
UpdateRestApiResult |
UpdateRestApiResult.withApiKeySource(ApiKeySourceType apiKeySource)
The source of the API key for metring requests according to a usage plan.
|
UpdateRestApiResult |
UpdateRestApiResult.withApiKeySource(String apiKeySource)
The source of the API key for metring requests according to a usage plan.
|
UpdateRestApiResult |
UpdateRestApiResult.withBinaryMediaTypes(Collection<String> binaryMediaTypes)
The list of binary media types supported by the RestApi.
|
UpdateRestApiResult |
UpdateRestApiResult.withBinaryMediaTypes(String... binaryMediaTypes)
The list of binary media types supported by the RestApi.
|
UpdateRestApiResult |
UpdateRestApiResult.withCreatedDate(Date createdDate)
The timestamp when the API was created.
|
UpdateRestApiResult |
UpdateRestApiResult.withDescription(String description)
The API's description.
|
UpdateRestApiResult |
UpdateRestApiResult.withEndpointConfiguration(EndpointConfiguration endpointConfiguration)
The endpoint configuration of this RestApi showing the endpoint types of the API.
|
UpdateRestApiResult |
UpdateRestApiResult.withId(String id)
The API's identifier.
|
UpdateRestApiResult |
UpdateRestApiResult.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.
|
UpdateRestApiResult |
UpdateRestApiResult.withName(String name)
The API's name.
|
UpdateRestApiResult |
UpdateRestApiResult.withVersion(String version)
A version identifier for the API.
|
UpdateRestApiResult |
UpdateRestApiResult.withWarnings(Collection<String> warnings)
The warning messages reported when
failonwarnings is turned on during API import. |
UpdateRestApiResult |
UpdateRestApiResult.withWarnings(String... warnings)
The warning messages reported when
failonwarnings is turned on during API import. |
Copyright © 2018. All rights reserved.