| Package | Description |
|---|---|
| com.amazonaws.services.apigateway |
|
| com.amazonaws.services.apigateway.model |
| Modifier and Type | Method and Description |
|---|---|
UpdateRestApiResult |
AbstractAmazonApiGateway.updateRestApi(UpdateRestApiRequest request) |
UpdateRestApiResult |
AmazonApiGateway.updateRestApi(UpdateRestApiRequest updateRestApiRequest)
Changes information about the specified API.
|
UpdateRestApiResult |
AmazonApiGatewayClient.updateRestApi(UpdateRestApiRequest request)
Changes information about the specified API.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
Future<UpdateRestApiResult> |
AmazonApiGatewayAsyncClient.updateRestApiAsync(UpdateRestApiRequest request,
AsyncHandler<UpdateRestApiRequest,UpdateRestApiResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateRestApiResult |
UpdateRestApiResult.addTagsEntry(String key,
String value)
Add a single Tags entry
|
UpdateRestApiResult |
UpdateRestApiResult.clearTagsEntries()
Removes all the entries added into Tags.
|
UpdateRestApiResult |
UpdateRestApiResult.clone() |
UpdateRestApiResult |
UpdateRestApiResult.withApiKeySource(ApiKeySourceType apiKeySource)
The source of the API key for metering requests according to a usage plan.
|
UpdateRestApiResult |
UpdateRestApiResult.withApiKeySource(String apiKeySource)
The source of the API key for metering 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.withDisableExecuteApiEndpoint(Boolean disableExecuteApiEndpoint)
Specifies whether clients can invoke your API by using the default
execute-api endpoint. |
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 that is used to enable compression (with non-negative between 0 and 10485760 (10M) bytes,
inclusive) or disable compression (with a null value) on an API.
|
UpdateRestApiResult |
UpdateRestApiResult.withName(String name)
The API's name.
|
UpdateRestApiResult |
UpdateRestApiResult.withPolicy(String policy)
A stringified JSON policy document that applies to this RestApi regardless of the caller and Method
configuration.
|
UpdateRestApiResult |
UpdateRestApiResult.withTags(Map<String,String> tags)
The collection of tags.
|
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 © 2022. All rights reserved.