Uses of Class
software.amazon.awssdk.services.wellarchitected.model.Question
-
Packages that use Question Package Description software.amazon.awssdk.services.wellarchitected.model -
-
Uses of Question in software.amazon.awssdk.services.wellarchitected.model
Methods in software.amazon.awssdk.services.wellarchitected.model that return Question Modifier and Type Method Description static QuestionQuestion. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static QuestionQuestion. valueOf(String name)Returns the enum constant of this type with the specified name.static Question[]Question. 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 Question Modifier and Type Method Description static Set<Question>Question. knownValues()Map<Question,Integer>ReviewTemplate. questionCounts()A count of how many total questions are answered and unanswered in the review template.Map<Question,Integer>ReviewTemplateLensReview. questionCounts()A count of how many questions are answered and unanswered in the lens review.Map<Question,Integer>ReviewTemplatePillarReviewSummary. questionCounts()A count of how many questions are answered and unanswered in the requested pillar of the lens review.Method parameters in software.amazon.awssdk.services.wellarchitected.model with type arguments of type Question Modifier and Type Method Description ReviewTemplate.BuilderReviewTemplate.Builder. questionCounts(Map<Question,Integer> questionCounts)A count of how many total questions are answered and unanswered in the review template.ReviewTemplateLensReview.BuilderReviewTemplateLensReview.Builder. questionCounts(Map<Question,Integer> questionCounts)A count of how many questions are answered and unanswered in the lens review.ReviewTemplatePillarReviewSummary.BuilderReviewTemplatePillarReviewSummary.Builder. questionCounts(Map<Question,Integer> questionCounts)A count of how many questions are answered and unanswered in the requested pillar of the lens review.
-