Uses of Class
software.amazon.awssdk.services.wellarchitected.model.QuestionPriority
-
Packages that use QuestionPriority Package Description software.amazon.awssdk.services.wellarchitected.model -
-
Uses of QuestionPriority in software.amazon.awssdk.services.wellarchitected.model
Methods in software.amazon.awssdk.services.wellarchitected.model that return QuestionPriority Modifier and Type Method Description static QuestionPriorityQuestionPriority. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.QuestionPriorityListAnswersRequest. questionPriority()The priority of the question.QuestionPriorityListLensReviewImprovementsRequest. questionPriority()The priority of the question.static QuestionPriorityQuestionPriority. valueOf(String name)Returns the enum constant of this type with the specified name.static QuestionPriority[]QuestionPriority. 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 QuestionPriority Modifier and Type Method Description static Set<QuestionPriority>QuestionPriority. knownValues()Methods in software.amazon.awssdk.services.wellarchitected.model with parameters of type QuestionPriority Modifier and Type Method Description ListAnswersRequest.BuilderListAnswersRequest.Builder. questionPriority(QuestionPriority questionPriority)The priority of the question.ListLensReviewImprovementsRequest.BuilderListLensReviewImprovementsRequest.Builder. questionPriority(QuestionPriority questionPriority)The priority of the question.
-