| Package | Description |
|---|---|
| com.amazonaws.services.apigatewayv2.model |
| Modifier and Type | Method and Description |
|---|---|
static AuthorizationType |
AuthorizationType.fromValue(String value)
Use this in place of valueOf.
|
static AuthorizationType |
AuthorizationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AuthorizationType[] |
AuthorizationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Route |
Route.withAuthorizationType(AuthorizationType authorizationType)
The authorization type for the route.
|
CreateRouteResult |
CreateRouteResult.withAuthorizationType(AuthorizationType authorizationType)
The authorization type for the route.
|
CreateRouteRequest |
CreateRouteRequest.withAuthorizationType(AuthorizationType authorizationType)
The authorization type for the route.
|
UpdateRouteRequest |
UpdateRouteRequest.withAuthorizationType(AuthorizationType authorizationType)
The authorization type for the route.
|
UpdateRouteResult |
UpdateRouteResult.withAuthorizationType(AuthorizationType authorizationType)
The authorization type for the route.
|
GetRouteResult |
GetRouteResult.withAuthorizationType(AuthorizationType authorizationType)
The authorization type for the route.
|
Copyright © 2019. All rights reserved.