| Package | Description |
|---|---|
| com.amazonaws.services.wellarchitected.model |
| Modifier and Type | Method and Description |
|---|---|
ChoiceAnswer |
ChoiceAnswer.clone() |
ChoiceAnswer |
ChoiceAnswer.withChoiceId(String choiceId) |
ChoiceAnswer |
ChoiceAnswer.withNotes(String notes)
The notes associated with a choice.
|
ChoiceAnswer |
ChoiceAnswer.withReason(ChoiceReason reason)
The reason why a choice is non-applicable to a question in your workload.
|
ChoiceAnswer |
ChoiceAnswer.withReason(String reason)
The reason why a choice is non-applicable to a question in your workload.
|
ChoiceAnswer |
ChoiceAnswer.withStatus(ChoiceStatus status)
The status of a choice.
|
ChoiceAnswer |
ChoiceAnswer.withStatus(String status)
The status of a choice.
|
| Modifier and Type | Method and Description |
|---|---|
List<ChoiceAnswer> |
ReviewTemplateAnswer.getChoiceAnswers()
A list of selected choices to a question in your review template.
|
List<ChoiceAnswer> |
Answer.getChoiceAnswers()
A list of selected choices to a question in your workload.
|
| Modifier and Type | Method and Description |
|---|---|
ReviewTemplateAnswer |
ReviewTemplateAnswer.withChoiceAnswers(ChoiceAnswer... choiceAnswers)
A list of selected choices to a question in your review template.
|
Answer |
Answer.withChoiceAnswers(ChoiceAnswer... choiceAnswers)
A list of selected choices to a question in your workload.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ReviewTemplateAnswer.setChoiceAnswers(Collection<ChoiceAnswer> choiceAnswers)
A list of selected choices to a question in your review template.
|
void |
Answer.setChoiceAnswers(Collection<ChoiceAnswer> choiceAnswers)
A list of selected choices to a question in your workload.
|
ReviewTemplateAnswer |
ReviewTemplateAnswer.withChoiceAnswers(Collection<ChoiceAnswer> choiceAnswers)
A list of selected choices to a question in your review template.
|
Answer |
Answer.withChoiceAnswers(Collection<ChoiceAnswer> choiceAnswers)
A list of selected choices to a question in your workload.
|
Copyright © 2025. All rights reserved.