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