Uses of Class
software.amazon.awssdk.services.codeguruprofiler.model.Recommendation
-
Packages that use Recommendation Package Description software.amazon.awssdk.services.codeguruprofiler.model -
-
Uses of Recommendation in software.amazon.awssdk.services.codeguruprofiler.model
Methods in software.amazon.awssdk.services.codeguruprofiler.model that return types with arguments of type Recommendation Modifier and Type Method Description List<Recommendation>GetRecommendationsResponse. recommendations()The list of recommendations that the analysis found for this profile.Methods in software.amazon.awssdk.services.codeguruprofiler.model with parameters of type Recommendation Modifier and Type Method Description GetRecommendationsResponse.BuilderGetRecommendationsResponse.Builder. recommendations(Recommendation... recommendations)The list of recommendations that the analysis found for this profile.Method parameters in software.amazon.awssdk.services.codeguruprofiler.model with type arguments of type Recommendation Modifier and Type Method Description GetRecommendationsResponse.BuilderGetRecommendationsResponse.Builder. recommendations(Collection<Recommendation> recommendations)The list of recommendations that the analysis found for this profile.
-