| Package | Description |
|---|---|
| software.amazon.awssdk.services.apigatewayv2.model |
| Modifier and Type | Method and Description |
|---|---|
AuthorizerType |
UpdateAuthorizerResponse.authorizerType()
The authorizer type.
|
AuthorizerType |
CreateAuthorizerRequest.authorizerType()
The authorizer type.
|
AuthorizerType |
UpdateAuthorizerRequest.authorizerType()
The authorizer type.
|
AuthorizerType |
Authorizer.authorizerType()
The authorizer type.
|
AuthorizerType |
GetAuthorizerResponse.authorizerType()
The authorizer type.
|
AuthorizerType |
CreateAuthorizerResponse.authorizerType()
The authorizer type.
|
static AuthorizerType |
AuthorizerType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static AuthorizerType |
AuthorizerType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AuthorizerType[] |
AuthorizerType.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<AuthorizerType> |
AuthorizerType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
UpdateAuthorizerResponse.Builder |
UpdateAuthorizerResponse.Builder.authorizerType(AuthorizerType authorizerType)
The authorizer type.
|
CreateAuthorizerRequest.Builder |
CreateAuthorizerRequest.Builder.authorizerType(AuthorizerType authorizerType)
The authorizer type.
|
UpdateAuthorizerRequest.Builder |
UpdateAuthorizerRequest.Builder.authorizerType(AuthorizerType authorizerType)
The authorizer type.
|
Authorizer.Builder |
Authorizer.Builder.authorizerType(AuthorizerType authorizerType)
The authorizer type.
|
GetAuthorizerResponse.Builder |
GetAuthorizerResponse.Builder.authorizerType(AuthorizerType authorizerType)
The authorizer type.
|
CreateAuthorizerResponse.Builder |
CreateAuthorizerResponse.Builder.authorizerType(AuthorizerType authorizerType)
The authorizer type.
|
Copyright © 2020. All rights reserved.