| Package | Description |
|---|---|
| com.amazonaws.services.wellarchitected.model |
| Modifier and Type | Method and Description |
|---|---|
Answer |
Answer.clone() |
Answer |
UpdateAnswerResult.getAnswer() |
Answer |
GetAnswerResult.getAnswer() |
Answer |
Answer.withChoiceAnswers(ChoiceAnswer... choiceAnswers)
A list of selected choices to a question in your workload.
|
Answer |
Answer.withChoiceAnswers(Collection<ChoiceAnswer> choiceAnswers)
A list of selected choices to a question in your workload.
|
Answer |
Answer.withChoices(Choice... choices)
NOTE: This method appends the values to the existing list (if any).
|
Answer |
Answer.withChoices(Collection<Choice> choices) |
Answer |
Answer.withHelpfulResourceDisplayText(String helpfulResourceDisplayText)
The helpful resource text to be displayed.
|
Answer |
Answer.withHelpfulResourceUrl(String helpfulResourceUrl) |
Answer |
Answer.withImprovementPlanUrl(String improvementPlanUrl) |
Answer |
Answer.withIsApplicable(Boolean isApplicable) |
Answer |
Answer.withNotes(String notes) |
Answer |
Answer.withPillarId(String pillarId) |
Answer |
Answer.withQuestionDescription(String questionDescription) |
Answer |
Answer.withQuestionId(String questionId) |
Answer |
Answer.withQuestionTitle(String questionTitle) |
Answer |
Answer.withReason(AnswerReason reason)
The reason why the question is not applicable to your workload.
|
Answer |
Answer.withReason(String reason)
The reason why the question is not applicable to your workload.
|
Answer |
Answer.withRisk(Risk risk) |
Answer |
Answer.withRisk(String risk) |
Answer |
Answer.withSelectedChoices(Collection<String> selectedChoices) |
Answer |
Answer.withSelectedChoices(String... selectedChoices)
NOTE: This method appends the values to the existing list (if any).
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateAnswerResult.setAnswer(Answer answer) |
void |
GetAnswerResult.setAnswer(Answer answer) |
UpdateAnswerResult |
UpdateAnswerResult.withAnswer(Answer answer) |
GetAnswerResult |
GetAnswerResult.withAnswer(Answer answer) |
Copyright © 2022. All rights reserved.