Uses of Class
software.amazon.awssdk.services.wellarchitected.model.ChoiceImprovementPlan
-
Packages that use ChoiceImprovementPlan Package Description software.amazon.awssdk.services.wellarchitected.model -
-
Uses of ChoiceImprovementPlan in software.amazon.awssdk.services.wellarchitected.model
Methods in software.amazon.awssdk.services.wellarchitected.model that return types with arguments of type ChoiceImprovementPlan Modifier and Type Method Description List<ChoiceImprovementPlan>ImprovementSummary. improvementPlans()The improvement plan details.Methods in software.amazon.awssdk.services.wellarchitected.model with parameters of type ChoiceImprovementPlan Modifier and Type Method Description ImprovementSummary.BuilderImprovementSummary.Builder. improvementPlans(ChoiceImprovementPlan... improvementPlans)The improvement plan details.Method parameters in software.amazon.awssdk.services.wellarchitected.model with type arguments of type ChoiceImprovementPlan Modifier and Type Method Description ImprovementSummary.BuilderImprovementSummary.Builder. improvementPlans(Collection<ChoiceImprovementPlan> improvementPlans)The improvement plan details.
-