Uses of Class
software.amazon.awssdk.services.wellarchitected.model.QuestionType
-
Packages that use QuestionType Package Description software.amazon.awssdk.services.wellarchitected.model -
-
Uses of QuestionType in software.amazon.awssdk.services.wellarchitected.model
Methods in software.amazon.awssdk.services.wellarchitected.model that return QuestionType Modifier and Type Method Description static QuestionTypeQuestionType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.QuestionTypeAnswerSummary. questionType()The type of the question.QuestionTypeReviewTemplateAnswerSummary. questionType()The type of question.static QuestionTypeQuestionType. valueOf(String name)Returns the enum constant of this type with the specified name.static QuestionType[]QuestionType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.wellarchitected.model that return types with arguments of type QuestionType Modifier and Type Method Description static Set<QuestionType>QuestionType. knownValues()Methods in software.amazon.awssdk.services.wellarchitected.model with parameters of type QuestionType Modifier and Type Method Description AnswerSummary.BuilderAnswerSummary.Builder. questionType(QuestionType questionType)The type of the question.ReviewTemplateAnswerSummary.BuilderReviewTemplateAnswerSummary.Builder. questionType(QuestionType questionType)The type of question.
-