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