Uses of Class
software.amazon.awssdk.services.wellarchitected.model.QuestionMetric
-
Packages that use QuestionMetric Package Description software.amazon.awssdk.services.wellarchitected.model -
-
Uses of QuestionMetric in software.amazon.awssdk.services.wellarchitected.model
Methods in software.amazon.awssdk.services.wellarchitected.model that return types with arguments of type QuestionMetric Modifier and Type Method Description List<QuestionMetric>PillarMetric. questions()The questions that have been identified as risks in the pillar.Methods in software.amazon.awssdk.services.wellarchitected.model with parameters of type QuestionMetric Modifier and Type Method Description PillarMetric.BuilderPillarMetric.Builder. questions(QuestionMetric... questions)The questions that have been identified as risks in the pillar.Method parameters in software.amazon.awssdk.services.wellarchitected.model with type arguments of type QuestionMetric Modifier and Type Method Description PillarMetric.BuilderPillarMetric.Builder. questions(Collection<QuestionMetric> questions)The questions that have been identified as risks in the pillar.
-