| Package | Description |
|---|---|
| com.amazonaws.services.wellarchitected.model |
| Modifier and Type | Method and Description |
|---|---|
ChoiceAnswerSummary |
ChoiceAnswerSummary.clone() |
ChoiceAnswerSummary |
ChoiceAnswerSummary.withChoiceId(String choiceId) |
ChoiceAnswerSummary |
ChoiceAnswerSummary.withReason(ChoiceReason reason)
The reason why a choice is non-applicable to a question in your workload.
|
ChoiceAnswerSummary |
ChoiceAnswerSummary.withReason(String reason)
The reason why a choice is non-applicable to a question in your workload.
|
ChoiceAnswerSummary |
ChoiceAnswerSummary.withStatus(ChoiceStatus status)
The status of a choice.
|
ChoiceAnswerSummary |
ChoiceAnswerSummary.withStatus(String status)
The status of a choice.
|
| Modifier and Type | Method and Description |
|---|---|
List<ChoiceAnswerSummary> |
AnswerSummary.getChoiceAnswerSummaries()
A list of selected choices to a question in your workload.
|
List<ChoiceAnswerSummary> |
ReviewTemplateAnswerSummary.getChoiceAnswerSummaries()
A list of selected choices to a question in the review template.
|
| Modifier and Type | Method and Description |
|---|---|
AnswerSummary |
AnswerSummary.withChoiceAnswerSummaries(ChoiceAnswerSummary... choiceAnswerSummaries)
A list of selected choices to a question in your workload.
|
ReviewTemplateAnswerSummary |
ReviewTemplateAnswerSummary.withChoiceAnswerSummaries(ChoiceAnswerSummary... choiceAnswerSummaries)
A list of selected choices to a question in the review template.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AnswerSummary.setChoiceAnswerSummaries(Collection<ChoiceAnswerSummary> choiceAnswerSummaries)
A list of selected choices to a question in your workload.
|
void |
ReviewTemplateAnswerSummary.setChoiceAnswerSummaries(Collection<ChoiceAnswerSummary> choiceAnswerSummaries)
A list of selected choices to a question in the review template.
|
AnswerSummary |
AnswerSummary.withChoiceAnswerSummaries(Collection<ChoiceAnswerSummary> choiceAnswerSummaries)
A list of selected choices to a question in your workload.
|
ReviewTemplateAnswerSummary |
ReviewTemplateAnswerSummary.withChoiceAnswerSummaries(Collection<ChoiceAnswerSummary> choiceAnswerSummaries)
A list of selected choices to a question in the review template.
|
Copyright © 2024. All rights reserved.