| Package | Description |
|---|---|
| com.amazonaws.services.apigatewayv2 |
Amazon API Gateway V2
|
| com.amazonaws.services.apigatewayv2.model |
| Modifier and Type | Method and Description |
|---|---|
UpdateApiResult |
AbstractAmazonApiGatewayV2.updateApi(UpdateApiRequest request) |
UpdateApiResult |
AmazonApiGatewayV2Client.updateApi(UpdateApiRequest request)
Updates an Api resource.
|
UpdateApiResult |
AmazonApiGatewayV2.updateApi(UpdateApiRequest updateApiRequest)
Updates an Api resource.
|
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateApiResult> |
AmazonApiGatewayV2AsyncClient.updateApiAsync(UpdateApiRequest request) |
Future<UpdateApiResult> |
AmazonApiGatewayV2Async.updateApiAsync(UpdateApiRequest updateApiRequest)
Updates an Api resource.
|
Future<UpdateApiResult> |
AbstractAmazonApiGatewayV2Async.updateApiAsync(UpdateApiRequest request) |
Future<UpdateApiResult> |
AmazonApiGatewayV2AsyncClient.updateApiAsync(UpdateApiRequest request,
AsyncHandler<UpdateApiRequest,UpdateApiResult> asyncHandler) |
Future<UpdateApiResult> |
AmazonApiGatewayV2Async.updateApiAsync(UpdateApiRequest updateApiRequest,
AsyncHandler<UpdateApiRequest,UpdateApiResult> asyncHandler)
Updates an Api resource.
|
Future<UpdateApiResult> |
AbstractAmazonApiGatewayV2Async.updateApiAsync(UpdateApiRequest request,
AsyncHandler<UpdateApiRequest,UpdateApiResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateApiResult> |
AmazonApiGatewayV2AsyncClient.updateApiAsync(UpdateApiRequest request,
AsyncHandler<UpdateApiRequest,UpdateApiResult> asyncHandler) |
Future<UpdateApiResult> |
AmazonApiGatewayV2Async.updateApiAsync(UpdateApiRequest updateApiRequest,
AsyncHandler<UpdateApiRequest,UpdateApiResult> asyncHandler)
Updates an Api resource.
|
Future<UpdateApiResult> |
AbstractAmazonApiGatewayV2Async.updateApiAsync(UpdateApiRequest request,
AsyncHandler<UpdateApiRequest,UpdateApiResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateApiResult |
UpdateApiResult.addTagsEntry(String key,
String value)
Add a single Tags entry
|
UpdateApiResult |
UpdateApiResult.clearTagsEntries()
Removes all the entries added into Tags.
|
UpdateApiResult |
UpdateApiResult.clone() |
UpdateApiResult |
UpdateApiResult.withApiEndpoint(String apiEndpoint)
The URI of the API, of the form {api-id}.execute-api.{region}.amazonaws.com.
|
UpdateApiResult |
UpdateApiResult.withApiId(String apiId)
The API ID.
|
UpdateApiResult |
UpdateApiResult.withApiKeySelectionExpression(String apiKeySelectionExpression)
An API key selection expression.
|
UpdateApiResult |
UpdateApiResult.withCorsConfiguration(Cors corsConfiguration)
A CORS configuration.
|
UpdateApiResult |
UpdateApiResult.withCreatedDate(Date createdDate)
The timestamp when the API was created.
|
UpdateApiResult |
UpdateApiResult.withDescription(String description)
The description of the API.
|
UpdateApiResult |
UpdateApiResult.withDisableSchemaValidation(Boolean disableSchemaValidation)
Avoid validating models when creating a deployment.
|
UpdateApiResult |
UpdateApiResult.withImportInfo(Collection<String> importInfo)
The validation information during API import.
|
UpdateApiResult |
UpdateApiResult.withImportInfo(String... importInfo)
The validation information during API import.
|
UpdateApiResult |
UpdateApiResult.withName(String name)
The name of the API.
|
UpdateApiResult |
UpdateApiResult.withProtocolType(ProtocolType protocolType)
The API protocol.
|
UpdateApiResult |
UpdateApiResult.withProtocolType(String protocolType)
The API protocol.
|
UpdateApiResult |
UpdateApiResult.withRouteSelectionExpression(String routeSelectionExpression)
The route selection expression for the API.
|
UpdateApiResult |
UpdateApiResult.withTags(Map<String,String> tags)
A collection of tags associated with the API.
|
UpdateApiResult |
UpdateApiResult.withVersion(String version)
A version identifier for the API.
|
UpdateApiResult |
UpdateApiResult.withWarnings(Collection<String> warnings)
The warning messages reported when failonwarnings is turned on during API import.
|
UpdateApiResult |
UpdateApiResult.withWarnings(String... warnings)
The warning messages reported when failonwarnings is turned on during API import.
|
Copyright © 2020. All rights reserved.