| Package | Description |
|---|---|
| com.amazonaws.services.wellarchitected.model |
| Modifier and Type | Method and Description |
|---|---|
Choice |
Choice.clone() |
Choice |
Choice.withChoiceId(String choiceId) |
Choice |
Choice.withDescription(String description) |
Choice |
Choice.withHelpfulResource(ChoiceContent helpfulResource)
The choice level helpful resource.
|
Choice |
Choice.withImprovementPlan(ChoiceContent improvementPlan)
The choice level improvement plan.
|
Choice |
Choice.withTitle(String title) |
| Modifier and Type | Method and Description |
|---|---|
List<Choice> |
Answer.getChoices() |
List<Choice> |
AnswerSummary.getChoices() |
| Modifier and Type | Method and Description |
|---|---|
Answer |
Answer.withChoices(Choice... choices)
NOTE: This method appends the values to the existing list (if any).
|
AnswerSummary |
AnswerSummary.withChoices(Choice... choices)
NOTE: This method appends the values to the existing list (if any).
|
| Modifier and Type | Method and Description |
|---|---|
void |
Answer.setChoices(Collection<Choice> choices) |
void |
AnswerSummary.setChoices(Collection<Choice> choices) |
Answer |
Answer.withChoices(Collection<Choice> choices) |
AnswerSummary |
AnswerSummary.withChoices(Collection<Choice> choices) |
Copyright © 2022. All rights reserved.