Uses of Class
software.amazon.awssdk.services.wellarchitected.model.SelectedPillar
-
Packages that use SelectedPillar Package Description software.amazon.awssdk.services.wellarchitected.model -
-
Uses of SelectedPillar in software.amazon.awssdk.services.wellarchitected.model
Methods in software.amazon.awssdk.services.wellarchitected.model that return types with arguments of type SelectedPillar Modifier and Type Method Description List<SelectedPillar>JiraSelectedQuestionConfiguration. selectedPillars()Selected pillars in the workload.Methods in software.amazon.awssdk.services.wellarchitected.model with parameters of type SelectedPillar Modifier and Type Method Description JiraSelectedQuestionConfiguration.BuilderJiraSelectedQuestionConfiguration.Builder. selectedPillars(SelectedPillar... selectedPillars)Selected pillars in the workload.Method parameters in software.amazon.awssdk.services.wellarchitected.model with type arguments of type SelectedPillar Modifier and Type Method Description JiraSelectedQuestionConfiguration.BuilderJiraSelectedQuestionConfiguration.Builder. selectedPillars(Collection<SelectedPillar> selectedPillars)Selected pillars in the workload.
-