Package | Description |
---|---|
com.amazonaws.services.apigateway.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 |
---|---|
void |
CreateAuthorizerResult.setType(AuthorizerType type)
[Required] The type of the authorizer.
|
void |
CreateAuthorizerRequest.setType(AuthorizerType type)
[Required] The type of the authorizer.
|
void |
Authorizer.setType(AuthorizerType type)
[Required] The type of the authorizer.
|
void |
GetAuthorizerResult.setType(AuthorizerType type)
[Required] The type of the authorizer.
|
void |
UpdateAuthorizerResult.setType(AuthorizerType type)
[Required] The type of the authorizer.
|
CreateAuthorizerResult |
CreateAuthorizerResult.withType(AuthorizerType type)
[Required] The type of the authorizer.
|
CreateAuthorizerRequest |
CreateAuthorizerRequest.withType(AuthorizerType type)
[Required] The type of the authorizer.
|
Authorizer |
Authorizer.withType(AuthorizerType type)
[Required] The type of the authorizer.
|
GetAuthorizerResult |
GetAuthorizerResult.withType(AuthorizerType type)
[Required] The type of the authorizer.
|
UpdateAuthorizerResult |
UpdateAuthorizerResult.withType(AuthorizerType type)
[Required] The type of the authorizer.
|
Copyright © 2018. All rights reserved.