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