| Package | Description |
|---|---|
| software.amazon.awssdk.services.waf.model |
| Modifier and Type | Method and Description |
|---|---|
ChangeTokenStatus |
GetChangeTokenStatusResponse.changeTokenStatus()
The status of the change token.
|
static ChangeTokenStatus |
ChangeTokenStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static ChangeTokenStatus |
ChangeTokenStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ChangeTokenStatus[] |
ChangeTokenStatus.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<ChangeTokenStatus> |
ChangeTokenStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
GetChangeTokenStatusResponse.Builder |
GetChangeTokenStatusResponse.Builder.changeTokenStatus(ChangeTokenStatus changeTokenStatus)
The status of the change token.
|
Copyright © 2023. All rights reserved.