Uses of Class
software.amazon.awssdk.services.wellarchitected.model.ChoiceAnswer
-
Packages that use ChoiceAnswer Package Description software.amazon.awssdk.services.wellarchitected.model -
-
Uses of ChoiceAnswer in software.amazon.awssdk.services.wellarchitected.model
Methods in software.amazon.awssdk.services.wellarchitected.model that return types with arguments of type ChoiceAnswer Modifier and Type Method Description List<ChoiceAnswer>Answer. choiceAnswers()A list of selected choices to a question in your workload.List<ChoiceAnswer>ReviewTemplateAnswer. choiceAnswers()A list of selected choices to a question in your review template.Methods in software.amazon.awssdk.services.wellarchitected.model with parameters of type ChoiceAnswer Modifier and Type Method Description Answer.BuilderAnswer.Builder. choiceAnswers(ChoiceAnswer... choiceAnswers)A list of selected choices to a question in your workload.ReviewTemplateAnswer.BuilderReviewTemplateAnswer.Builder. choiceAnswers(ChoiceAnswer... choiceAnswers)A list of selected choices to a question in your review template.Method parameters in software.amazon.awssdk.services.wellarchitected.model with type arguments of type ChoiceAnswer Modifier and Type Method Description Answer.BuilderAnswer.Builder. choiceAnswers(Collection<ChoiceAnswer> choiceAnswers)A list of selected choices to a question in your workload.ReviewTemplateAnswer.BuilderReviewTemplateAnswer.Builder. choiceAnswers(Collection<ChoiceAnswer> choiceAnswers)A list of selected choices to a question in your review template.
-