Uses of Class
software.amazon.awssdk.services.devopsguru.model.RecommendationRelatedAnomaly
-
Packages that use RecommendationRelatedAnomaly Package Description software.amazon.awssdk.services.devopsguru.model -
-
Uses of RecommendationRelatedAnomaly in software.amazon.awssdk.services.devopsguru.model
Methods in software.amazon.awssdk.services.devopsguru.model that return types with arguments of type RecommendationRelatedAnomaly Modifier and Type Method Description List<RecommendationRelatedAnomaly>Recommendation. relatedAnomalies()Anomalies that are related to the problem.Methods in software.amazon.awssdk.services.devopsguru.model with parameters of type RecommendationRelatedAnomaly Modifier and Type Method Description Recommendation.BuilderRecommendation.Builder. relatedAnomalies(RecommendationRelatedAnomaly... relatedAnomalies)Anomalies that are related to the problem.Method parameters in software.amazon.awssdk.services.devopsguru.model with type arguments of type RecommendationRelatedAnomaly Modifier and Type Method Description Recommendation.BuilderRecommendation.Builder. relatedAnomalies(Collection<RecommendationRelatedAnomaly> relatedAnomalies)Anomalies that are related to the problem.
-