Uses of Class
software.amazon.awssdk.services.wellarchitected.model.ProfileQuestionUpdate
-
Packages that use ProfileQuestionUpdate Package Description software.amazon.awssdk.services.wellarchitected.model -
-
Uses of ProfileQuestionUpdate in software.amazon.awssdk.services.wellarchitected.model
Methods in software.amazon.awssdk.services.wellarchitected.model that return types with arguments of type ProfileQuestionUpdate Modifier and Type Method Description List<ProfileQuestionUpdate>CreateProfileRequest. profileQuestions()The profile questions.List<ProfileQuestionUpdate>UpdateProfileRequest. profileQuestions()Profile questions.Methods in software.amazon.awssdk.services.wellarchitected.model with parameters of type ProfileQuestionUpdate Modifier and Type Method Description CreateProfileRequest.BuilderCreateProfileRequest.Builder. profileQuestions(ProfileQuestionUpdate... profileQuestions)The profile questions.UpdateProfileRequest.BuilderUpdateProfileRequest.Builder. profileQuestions(ProfileQuestionUpdate... profileQuestions)Profile questions.Method parameters in software.amazon.awssdk.services.wellarchitected.model with type arguments of type ProfileQuestionUpdate Modifier and Type Method Description CreateProfileRequest.BuilderCreateProfileRequest.Builder. profileQuestions(Collection<ProfileQuestionUpdate> profileQuestions)The profile questions.UpdateProfileRequest.BuilderUpdateProfileRequest.Builder. profileQuestions(Collection<ProfileQuestionUpdate> profileQuestions)Profile questions.
-