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