| Package | Description |
|---|---|
| software.amazon.awssdk.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
static AuthorizerStatus |
AuthorizerStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
AuthorizerStatus |
ListAuthorizersRequest.status()
The status of the list authorizers request.
|
AuthorizerStatus |
UpdateAuthorizerRequest.status()
The status of the update authorizer request.
|
AuthorizerStatus |
CreateAuthorizerRequest.status()
The status of the create authorizer request.
|
AuthorizerStatus |
AuthorizerDescription.status()
The status of the authorizer.
|
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 |
|---|---|
static Set<AuthorizerStatus> |
AuthorizerStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ListAuthorizersRequest.Builder |
ListAuthorizersRequest.Builder.status(AuthorizerStatus status)
The status of the list authorizers request.
|
UpdateAuthorizerRequest.Builder |
UpdateAuthorizerRequest.Builder.status(AuthorizerStatus status)
The status of the update authorizer request.
|
CreateAuthorizerRequest.Builder |
CreateAuthorizerRequest.Builder.status(AuthorizerStatus status)
The status of the create authorizer request.
|
AuthorizerDescription.Builder |
AuthorizerDescription.Builder.status(AuthorizerStatus status)
The status of the authorizer.
|
Copyright © 2023. All rights reserved.