Uses of Class
software.amazon.awssdk.services.wellarchitected.model.Choice
-
Packages that use Choice Package Description software.amazon.awssdk.services.wellarchitected.model -
-
Uses of Choice in software.amazon.awssdk.services.wellarchitected.model
Methods in software.amazon.awssdk.services.wellarchitected.model that return types with arguments of type Choice Modifier and Type Method Description List<Choice>Answer. choices()Returns the value of the Choices property for this object.List<Choice>AnswerSummary. choices()Returns the value of the Choices property for this object.List<Choice>ReviewTemplateAnswer. choices()Returns the value of the Choices property for this object.List<Choice>ReviewTemplateAnswerSummary. choices()Returns the value of the Choices property for this object.Methods in software.amazon.awssdk.services.wellarchitected.model with parameters of type Choice Modifier and Type Method Description Answer.BuilderAnswer.Builder. choices(Choice... choices)Sets the value of the Choices property for this object.AnswerSummary.BuilderAnswerSummary.Builder. choices(Choice... choices)Sets the value of the Choices property for this object.ReviewTemplateAnswer.BuilderReviewTemplateAnswer.Builder. choices(Choice... choices)Sets the value of the Choices property for this object.ReviewTemplateAnswerSummary.BuilderReviewTemplateAnswerSummary.Builder. choices(Choice... choices)Sets the value of the Choices property for this object.Method parameters in software.amazon.awssdk.services.wellarchitected.model with type arguments of type Choice Modifier and Type Method Description Answer.BuilderAnswer.Builder. choices(Collection<Choice> choices)Sets the value of the Choices property for this object.AnswerSummary.BuilderAnswerSummary.Builder. choices(Collection<Choice> choices)Sets the value of the Choices property for this object.ReviewTemplateAnswer.BuilderReviewTemplateAnswer.Builder. choices(Collection<Choice> choices)Sets the value of the Choices property for this object.ReviewTemplateAnswerSummary.BuilderReviewTemplateAnswerSummary.Builder. choices(Collection<Choice> choices)Sets the value of the Choices property for this object.
-