Uses of Class
software.amazon.awssdk.services.wellarchitected.model.ImprovementSummary
-
Packages that use ImprovementSummary Package Description software.amazon.awssdk.services.wellarchitected.model -
-
Uses of ImprovementSummary in software.amazon.awssdk.services.wellarchitected.model
Methods in software.amazon.awssdk.services.wellarchitected.model that return types with arguments of type ImprovementSummary Modifier and Type Method Description List<ImprovementSummary>ListLensReviewImprovementsResponse. improvementSummaries()Returns the value of the ImprovementSummaries property for this object.Methods in software.amazon.awssdk.services.wellarchitected.model with parameters of type ImprovementSummary Modifier and Type Method Description ListLensReviewImprovementsResponse.BuilderListLensReviewImprovementsResponse.Builder. improvementSummaries(ImprovementSummary... improvementSummaries)Sets the value of the ImprovementSummaries property for this object.Method parameters in software.amazon.awssdk.services.wellarchitected.model with type arguments of type ImprovementSummary Modifier and Type Method Description ListLensReviewImprovementsResponse.BuilderListLensReviewImprovementsResponse.Builder. improvementSummaries(Collection<ImprovementSummary> improvementSummaries)Sets the value of the ImprovementSummaries property for this object.
-