Uses of Class
software.amazon.awssdk.services.codegurureviewer.model.RecommendationSummary
-
Packages that use RecommendationSummary Package Description software.amazon.awssdk.services.codegurureviewer.model -
-
Uses of RecommendationSummary in software.amazon.awssdk.services.codegurureviewer.model
Methods in software.amazon.awssdk.services.codegurureviewer.model that return types with arguments of type RecommendationSummary Modifier and Type Method Description List<RecommendationSummary>ListRecommendationsResponse. recommendationSummaries()List of recommendations for the requested code review.Methods in software.amazon.awssdk.services.codegurureviewer.model with parameters of type RecommendationSummary Modifier and Type Method Description ListRecommendationsResponse.BuilderListRecommendationsResponse.Builder. recommendationSummaries(RecommendationSummary... recommendationSummaries)List of recommendations for the requested code review.Method parameters in software.amazon.awssdk.services.codegurureviewer.model with type arguments of type RecommendationSummary Modifier and Type Method Description ListRecommendationsResponse.BuilderListRecommendationsResponse.Builder. recommendationSummaries(Collection<RecommendationSummary> recommendationSummaries)List of recommendations for the requested code review.
-