| Package | Description |
|---|---|
| com.amazonaws.services.apigateway |
|
| com.amazonaws.services.apigateway.model |
| Modifier and Type | Method and Description |
|---|---|
PutRestApiResult |
AbstractAmazonApiGateway.putRestApi(PutRestApiRequest request) |
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 |
AmazonApiGatewayClient.putRestApi(PutRestApiRequest request)
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> |
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) |
Future<PutRestApiResult> |
AbstractAmazonApiGatewayAsync.putRestApiAsync(PutRestApiRequest request) |
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.
|
Future<PutRestApiResult> |
AmazonApiGatewayAsyncClient.putRestApiAsync(PutRestApiRequest request,
AsyncHandler<PutRestApiRequest,PutRestApiResult> asyncHandler) |
Future<PutRestApiResult> |
AbstractAmazonApiGatewayAsync.putRestApiAsync(PutRestApiRequest request,
AsyncHandler<PutRestApiRequest,PutRestApiResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
Future<PutRestApiResult> |
AmazonApiGatewayAsyncClient.putRestApiAsync(PutRestApiRequest request,
AsyncHandler<PutRestApiRequest,PutRestApiResult> asyncHandler) |
Future<PutRestApiResult> |
AbstractAmazonApiGatewayAsync.putRestApiAsync(PutRestApiRequest request,
AsyncHandler<PutRestApiRequest,PutRestApiResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
PutRestApiResult |
PutRestApiResult.addTagsEntry(String key,
String value)
Add a single Tags entry
|
PutRestApiResult |
PutRestApiResult.clearTagsEntries()
Removes all the entries added into Tags.
|
PutRestApiResult |
PutRestApiResult.clone() |
PutRestApiResult |
PutRestApiResult.withApiKeySource(ApiKeySourceType apiKeySource)
The source of the API key for metering requests according to a usage plan.
|
PutRestApiResult |
PutRestApiResult.withApiKeySource(String apiKeySource)
The source of the API key for metering 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.withDisableExecuteApiEndpoint(Boolean disableExecuteApiEndpoint)
Specifies whether clients can invoke your API by using the default
execute-api endpoint. |
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 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.
|
PutRestApiResult |
PutRestApiResult.withName(String name)
The API's name.
|
PutRestApiResult |
PutRestApiResult.withPolicy(String policy)
A stringified JSON policy document that applies to this RestApi regardless of the caller and Method
configuration.
|
PutRestApiResult |
PutRestApiResult.withTags(Map<String,String> tags)
The collection of tags.
|
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 © 2021. All rights reserved.