| Package | Description |
|---|---|
| software.amazon.awssdk.services.apigatewayv2.model |
| Modifier and Type | Method and Description |
|---|---|
AuthorizationType |
Route.authorizationType()
The authorization type for the route.
|
AuthorizationType |
UpdateRouteRequest.authorizationType()
The authorization type for the route.
|
AuthorizationType |
CreateRouteResponse.authorizationType()
The authorization type for the route.
|
AuthorizationType |
UpdateRouteResponse.authorizationType()
The authorization type for the route.
|
AuthorizationType |
GetRouteResponse.authorizationType()
The authorization type for the route.
|
AuthorizationType |
CreateRouteRequest.authorizationType()
The authorization type for the route.
|
static AuthorizationType |
AuthorizationType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
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 |
|---|---|
static Set<AuthorizationType> |
AuthorizationType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
Route.Builder |
Route.Builder.authorizationType(AuthorizationType authorizationType)
The authorization type for the route.
|
UpdateRouteRequest.Builder |
UpdateRouteRequest.Builder.authorizationType(AuthorizationType authorizationType)
The authorization type for the route.
|
CreateRouteResponse.Builder |
CreateRouteResponse.Builder.authorizationType(AuthorizationType authorizationType)
The authorization type for the route.
|
UpdateRouteResponse.Builder |
UpdateRouteResponse.Builder.authorizationType(AuthorizationType authorizationType)
The authorization type for the route.
|
GetRouteResponse.Builder |
GetRouteResponse.Builder.authorizationType(AuthorizationType authorizationType)
The authorization type for the route.
|
CreateRouteRequest.Builder |
CreateRouteRequest.Builder.authorizationType(AuthorizationType authorizationType)
The authorization type for the route.
|
Copyright © 2023. All rights reserved.