Uses of Class
software.amazon.awssdk.services.codeguruprofiler.model.Match
-
Packages that use Match Package Description software.amazon.awssdk.services.codeguruprofiler.model -
-
Uses of Match in software.amazon.awssdk.services.codeguruprofiler.model
Methods in software.amazon.awssdk.services.codeguruprofiler.model that return types with arguments of type Match Modifier and Type Method Description List<Match>Recommendation. topMatches()List of the matches with most impact.Methods in software.amazon.awssdk.services.codeguruprofiler.model with parameters of type Match Modifier and Type Method Description Recommendation.BuilderRecommendation.Builder. topMatches(Match... topMatches)List of the matches with most impact.Method parameters in software.amazon.awssdk.services.codeguruprofiler.model with type arguments of type Match Modifier and Type Method Description Recommendation.BuilderRecommendation.Builder. topMatches(Collection<Match> topMatches)List of the matches with most impact.
-