| Package | Description |
|---|---|
| com.amazonaws.services.wellarchitected.model |
| Modifier and Type | Method and Description |
|---|---|
Choice |
Choice.clone() |
Choice |
Choice.withAdditionalResources(AdditionalResources... additionalResources)
The additional resources for a choice in a custom lens.
|
Choice |
Choice.withAdditionalResources(Collection<AdditionalResources> additionalResources)
The additional resources for a choice in a custom lens.
|
Choice |
Choice.withChoiceId(String choiceId) |
Choice |
Choice.withDescription(String description) |
Choice |
Choice.withHelpfulResource(ChoiceContent helpfulResource)
The helpful resource (both text and URL) for a particular choice.
|
Choice |
Choice.withImprovementPlan(ChoiceContent improvementPlan)
The improvement plan (both text and URL) for a particular choice.
|
Choice |
Choice.withTitle(String title) |
| Modifier and Type | Method and Description |
|---|---|
List<Choice> |
ReviewTemplateAnswerSummary.getChoices() |
List<Choice> |
ReviewTemplateAnswer.getChoices() |
List<Choice> |
Answer.getChoices() |
List<Choice> |
AnswerSummary.getChoices() |
| Modifier and Type | Method and Description |
|---|---|
ReviewTemplateAnswerSummary |
ReviewTemplateAnswerSummary.withChoices(Choice... choices)
NOTE: This method appends the values to the existing list (if any).
|
ReviewTemplateAnswer |
ReviewTemplateAnswer.withChoices(Choice... choices)
NOTE: This method appends the values to the existing list (if any).
|
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 |
ReviewTemplateAnswerSummary.setChoices(Collection<Choice> choices) |
void |
ReviewTemplateAnswer.setChoices(Collection<Choice> choices) |
void |
Answer.setChoices(Collection<Choice> choices) |
void |
AnswerSummary.setChoices(Collection<Choice> choices) |
ReviewTemplateAnswerSummary |
ReviewTemplateAnswerSummary.withChoices(Collection<Choice> choices) |
ReviewTemplateAnswer |
ReviewTemplateAnswer.withChoices(Collection<Choice> choices) |
Answer |
Answer.withChoices(Collection<Choice> choices) |
AnswerSummary |
AnswerSummary.withChoices(Collection<Choice> choices) |
Copyright © 2024. All rights reserved.