Uses of Class
software.amazon.awssdk.services.wellarchitected.model.ProfileTemplateChoice
-
Packages that use ProfileTemplateChoice Package Description software.amazon.awssdk.services.wellarchitected.model -
-
Uses of ProfileTemplateChoice in software.amazon.awssdk.services.wellarchitected.model
Methods in software.amazon.awssdk.services.wellarchitected.model that return types with arguments of type ProfileTemplateChoice Modifier and Type Method Description List<ProfileTemplateChoice>ProfileTemplateQuestion. questionChoices()The question choices.Methods in software.amazon.awssdk.services.wellarchitected.model with parameters of type ProfileTemplateChoice Modifier and Type Method Description ProfileTemplateQuestion.BuilderProfileTemplateQuestion.Builder. questionChoices(ProfileTemplateChoice... questionChoices)The question choices.Method parameters in software.amazon.awssdk.services.wellarchitected.model with type arguments of type ProfileTemplateChoice Modifier and Type Method Description ProfileTemplateQuestion.BuilderProfileTemplateQuestion.Builder. questionChoices(Collection<ProfileTemplateChoice> questionChoices)The question choices.
-