| Package | Description |
|---|---|
| com.amazonaws.services.apigatewayv2.model |
| Modifier and Type | Method and Description |
|---|---|
static AuthorizerType |
AuthorizerType.fromValue(String value)
Use this in place of valueOf.
|
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 |
|---|---|
UpdateAuthorizerResult |
UpdateAuthorizerResult.withAuthorizerType(AuthorizerType authorizerType)
The authorizer type.
|
UpdateAuthorizerRequest |
UpdateAuthorizerRequest.withAuthorizerType(AuthorizerType authorizerType)
The authorizer type.
|
GetAuthorizerResult |
GetAuthorizerResult.withAuthorizerType(AuthorizerType authorizerType)
The authorizer type.
|
CreateAuthorizerResult |
CreateAuthorizerResult.withAuthorizerType(AuthorizerType authorizerType)
The authorizer type.
|
CreateAuthorizerRequest |
CreateAuthorizerRequest.withAuthorizerType(AuthorizerType authorizerType)
The authorizer type.
|
Authorizer |
Authorizer.withAuthorizerType(AuthorizerType authorizerType)
The authorizer type.
|
Copyright © 2023. All rights reserved.