| Package | Description |
|---|---|
| com.amazonaws.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
static AuthorizerStatus |
AuthorizerStatus.fromValue(String value)
Use this in place of valueOf.
|
static AuthorizerStatus |
AuthorizerStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AuthorizerStatus[] |
AuthorizerStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
AuthorizerDescription |
AuthorizerDescription.withStatus(AuthorizerStatus status)
The status of the authorizer.
|
UpdateAuthorizerRequest |
UpdateAuthorizerRequest.withStatus(AuthorizerStatus status)
The status of the update authorizer request.
|
CreateAuthorizerRequest |
CreateAuthorizerRequest.withStatus(AuthorizerStatus status)
The status of the create authorizer request.
|
ListAuthorizersRequest |
ListAuthorizersRequest.withStatus(AuthorizerStatus status)
The status of the list authorizers request.
|
Copyright © 2024. All rights reserved.