| Package | Description |
|---|---|
| com.amazonaws.services.apigatewayv2 |
Amazon API Gateway V2
|
| com.amazonaws.services.apigatewayv2.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateRouteResult> |
AmazonApiGatewayV2AsyncClient.createRouteAsync(CreateRouteRequest request,
AsyncHandler<CreateRouteRequest,CreateRouteResult> asyncHandler) |
Future<CreateRouteResult> |
AmazonApiGatewayV2Async.createRouteAsync(CreateRouteRequest createRouteRequest,
AsyncHandler<CreateRouteRequest,CreateRouteResult> asyncHandler)
Creates a Route for an API.
|
Future<CreateRouteResult> |
AbstractAmazonApiGatewayV2Async.createRouteAsync(CreateRouteRequest request,
AsyncHandler<CreateRouteRequest,CreateRouteResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateRouteRequest |
CreateRouteRequest.addRequestModelsEntry(String key,
String value) |
CreateRouteRequest |
CreateRouteRequest.addRequestParametersEntry(String key,
ParameterConstraints value) |
CreateRouteRequest |
CreateRouteRequest.clearRequestModelsEntries()
Removes all the entries added into RequestModels.
|
CreateRouteRequest |
CreateRouteRequest.clearRequestParametersEntries()
Removes all the entries added into RequestParameters.
|
CreateRouteRequest |
CreateRouteRequest.clone() |
CreateRouteRequest |
CreateRouteRequest.withApiId(String apiId)
The API identifier.
|
CreateRouteRequest |
CreateRouteRequest.withApiKeyRequired(Boolean apiKeyRequired)
Specifies whether an API key is required for the route.
|
CreateRouteRequest |
CreateRouteRequest.withAuthorizationScopes(Collection<String> authorizationScopes)
The authorization scopes supported by this route.
|
CreateRouteRequest |
CreateRouteRequest.withAuthorizationScopes(String... authorizationScopes)
The authorization scopes supported by this route.
|
CreateRouteRequest |
CreateRouteRequest.withAuthorizationType(AuthorizationType authorizationType)
The authorization type for the route.
|
CreateRouteRequest |
CreateRouteRequest.withAuthorizationType(String authorizationType)
The authorization type for the route.
|
CreateRouteRequest |
CreateRouteRequest.withAuthorizerId(String authorizerId)
The identifier of the Authorizer resource to be associated with this route.
|
CreateRouteRequest |
CreateRouteRequest.withModelSelectionExpression(String modelSelectionExpression)
The model selection expression for the route.
|
CreateRouteRequest |
CreateRouteRequest.withOperationName(String operationName)
The operation name for the route.
|
CreateRouteRequest |
CreateRouteRequest.withRequestModels(Map<String,String> requestModels)
The request models for the route.
|
CreateRouteRequest |
CreateRouteRequest.withRequestParameters(Map<String,ParameterConstraints> requestParameters)
The request parameters for the route.
|
CreateRouteRequest |
CreateRouteRequest.withRouteKey(String routeKey)
The route key for the route.
|
CreateRouteRequest |
CreateRouteRequest.withRouteResponseSelectionExpression(String routeResponseSelectionExpression)
The route response selection expression for the route.
|
CreateRouteRequest |
CreateRouteRequest.withTarget(String target)
The target for the route.
|
Copyright © 2019. All rights reserved.