| Package | Description |
|---|---|
| com.amazonaws.services.apigatewayv2.model |
| Modifier and Type | Method and Description |
|---|---|
Route |
Route.addRequestModelsEntry(String key,
String value) |
Route |
Route.addRequestParametersEntry(String key,
ParameterConstraints value) |
Route |
Route.clearRequestModelsEntries()
Removes all the entries added into RequestModels.
|
Route |
Route.clearRequestParametersEntries()
Removes all the entries added into RequestParameters.
|
Route |
Route.clone() |
Route |
Route.withApiKeyRequired(Boolean apiKeyRequired)
Specifies whether an API key is required for this route.
|
Route |
Route.withAuthorizationScopes(Collection<String> authorizationScopes)
A list of authorization scopes configured on a route.
|
Route |
Route.withAuthorizationScopes(String... authorizationScopes)
A list of authorization scopes configured on a route.
|
Route |
Route.withAuthorizationType(AuthorizationType authorizationType)
The authorization type for the route.
|
Route |
Route.withAuthorizationType(String authorizationType)
The authorization type for the route.
|
Route |
Route.withAuthorizerId(String authorizerId)
The identifier of the Authorizer resource to be associated with this route, if the authorizationType is CUSTOM .
|
Route |
Route.withModelSelectionExpression(String modelSelectionExpression)
The model selection expression for the route.
|
Route |
Route.withOperationName(String operationName)
The operation name for the route.
|
Route |
Route.withRequestModels(Map<String,String> requestModels)
The request models for the route.
|
Route |
Route.withRequestParameters(Map<String,ParameterConstraints> requestParameters)
The request parameters for the route.
|
Route |
Route.withRouteId(String routeId)
The route ID.
|
Route |
Route.withRouteKey(String routeKey)
The route key for the route.
|
Route |
Route.withRouteResponseSelectionExpression(String routeResponseSelectionExpression)
The route response selection expression for the route.
|
Route |
Route.withTarget(String target)
The target for the route.
|
| Modifier and Type | Method and Description |
|---|---|
List<Route> |
GetRoutesResult.getItems()
The elements from this collection.
|
| Modifier and Type | Method and Description |
|---|---|
GetRoutesResult |
GetRoutesResult.withItems(Route... items)
The elements from this collection.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetRoutesResult.setItems(Collection<Route> items)
The elements from this collection.
|
GetRoutesResult |
GetRoutesResult.withItems(Collection<Route> items)
The elements from this collection.
|
Copyright © 2019. All rights reserved.