Uses of Class
software.amazon.awssdk.services.wellarchitected.model.BestPractice
-
Packages that use BestPractice Package Description software.amazon.awssdk.services.wellarchitected.model -
-
Uses of BestPractice in software.amazon.awssdk.services.wellarchitected.model
Methods in software.amazon.awssdk.services.wellarchitected.model that return types with arguments of type BestPractice Modifier and Type Method Description List<BestPractice>QuestionMetric. bestPractices()The best practices, or choices, that have been identified as contributing to risk in a question.Methods in software.amazon.awssdk.services.wellarchitected.model with parameters of type BestPractice Modifier and Type Method Description QuestionMetric.BuilderQuestionMetric.Builder. bestPractices(BestPractice... bestPractices)The best practices, or choices, that have been identified as contributing to risk in a question.Method parameters in software.amazon.awssdk.services.wellarchitected.model with type arguments of type BestPractice Modifier and Type Method Description QuestionMetric.BuilderQuestionMetric.Builder. bestPractices(Collection<BestPractice> bestPractices)The best practices, or choices, that have been identified as contributing to risk in a question.
-