Uses of Class
software.amazon.awssdk.services.wellarchitected.model.ProfileTemplateQuestion
-
Packages that use ProfileTemplateQuestion Package Description software.amazon.awssdk.services.wellarchitected.model -
-
Uses of ProfileTemplateQuestion in software.amazon.awssdk.services.wellarchitected.model
Methods in software.amazon.awssdk.services.wellarchitected.model that return types with arguments of type ProfileTemplateQuestion Modifier and Type Method Description List<ProfileTemplateQuestion>ProfileTemplate. templateQuestions()Profile template questions.Methods in software.amazon.awssdk.services.wellarchitected.model with parameters of type ProfileTemplateQuestion Modifier and Type Method Description ProfileTemplate.BuilderProfileTemplate.Builder. templateQuestions(ProfileTemplateQuestion... templateQuestions)Profile template questions.Method parameters in software.amazon.awssdk.services.wellarchitected.model with type arguments of type ProfileTemplateQuestion Modifier and Type Method Description ProfileTemplate.BuilderProfileTemplate.Builder. templateQuestions(Collection<ProfileTemplateQuestion> templateQuestions)Profile template questions.
-