| Package | Description |
|---|---|
| com.amazonaws.services.wellarchitected.model |
| Modifier and Type | Method and Description |
|---|---|
AnswerSummary |
AnswerSummary.clone() |
AnswerSummary |
AnswerSummary.withChoiceAnswerSummaries(ChoiceAnswerSummary... choiceAnswerSummaries)
A list of selected choices to a question in your workload.
|
AnswerSummary |
AnswerSummary.withChoiceAnswerSummaries(Collection<ChoiceAnswerSummary> choiceAnswerSummaries)
A list of selected choices to a question in your workload.
|
AnswerSummary |
AnswerSummary.withChoices(Choice... choices)
NOTE: This method appends the values to the existing list (if any).
|
AnswerSummary |
AnswerSummary.withChoices(Collection<Choice> choices) |
AnswerSummary |
AnswerSummary.withIsApplicable(Boolean isApplicable) |
AnswerSummary |
AnswerSummary.withPillarId(String pillarId) |
AnswerSummary |
AnswerSummary.withQuestionId(String questionId) |
AnswerSummary |
AnswerSummary.withQuestionTitle(String questionTitle) |
AnswerSummary |
AnswerSummary.withReason(AnswerReason reason)
The reason why a choice is non-applicable to a question in your workload.
|
AnswerSummary |
AnswerSummary.withReason(String reason)
The reason why a choice is non-applicable to a question in your workload.
|
AnswerSummary |
AnswerSummary.withRisk(Risk risk) |
AnswerSummary |
AnswerSummary.withRisk(String risk) |
AnswerSummary |
AnswerSummary.withSelectedChoices(Collection<String> selectedChoices) |
AnswerSummary |
AnswerSummary.withSelectedChoices(String... selectedChoices)
NOTE: This method appends the values to the existing list (if any).
|
| Modifier and Type | Method and Description |
|---|---|
List<AnswerSummary> |
ListAnswersResult.getAnswerSummaries() |
| Modifier and Type | Method and Description |
|---|---|
ListAnswersResult |
ListAnswersResult.withAnswerSummaries(AnswerSummary... answerSummaries)
NOTE: This method appends the values to the existing list (if any).
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListAnswersResult.setAnswerSummaries(Collection<AnswerSummary> answerSummaries) |
ListAnswersResult |
ListAnswersResult.withAnswerSummaries(Collection<AnswerSummary> answerSummaries) |
Copyright © 2023. All rights reserved.