| Package | Description |
|---|---|
| com.amazonaws.services.wellarchitected.model |
| Modifier and Type | Method and Description |
|---|---|
static AnswerReason |
AnswerReason.fromValue(String value)
Use this in place of valueOf.
|
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 |
|---|---|
ReviewTemplateAnswer |
ReviewTemplateAnswer.withReason(AnswerReason reason)
The reason why the question is not applicable to your review template.
|
UpdateReviewTemplateAnswerRequest |
UpdateReviewTemplateAnswerRequest.withReason(AnswerReason reason)
The update reason.
|
UpdateAnswerRequest |
UpdateAnswerRequest.withReason(AnswerReason reason)
The reason why a question is not applicable to your workload.
|
Answer |
Answer.withReason(AnswerReason reason)
The reason why the question is not applicable to your workload.
|
AnswerSummary |
AnswerSummary.withReason(AnswerReason reason)
The reason why a choice is non-applicable to a question in your workload.
|
ReviewTemplateAnswerSummary |
ReviewTemplateAnswerSummary.withReason(AnswerReason reason)
The reason why a choice is not-applicable to a question in the review template.
|
Copyright © 2023. All rights reserved.