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