Uses of Class
software.amazon.awssdk.services.devopsguru.model.RecommendationRelatedAnomalySourceDetail
-
Packages that use RecommendationRelatedAnomalySourceDetail Package Description software.amazon.awssdk.services.devopsguru.model -
-
Uses of RecommendationRelatedAnomalySourceDetail in software.amazon.awssdk.services.devopsguru.model
Methods in software.amazon.awssdk.services.devopsguru.model that return types with arguments of type RecommendationRelatedAnomalySourceDetail Modifier and Type Method Description List<RecommendationRelatedAnomalySourceDetail>RecommendationRelatedAnomaly. sourceDetails()Information about where the anomalous behavior related the recommendation was found.Methods in software.amazon.awssdk.services.devopsguru.model with parameters of type RecommendationRelatedAnomalySourceDetail Modifier and Type Method Description RecommendationRelatedAnomaly.BuilderRecommendationRelatedAnomaly.Builder. sourceDetails(RecommendationRelatedAnomalySourceDetail... sourceDetails)Information about where the anomalous behavior related the recommendation was found.Method parameters in software.amazon.awssdk.services.devopsguru.model with type arguments of type RecommendationRelatedAnomalySourceDetail Modifier and Type Method Description RecommendationRelatedAnomaly.BuilderRecommendationRelatedAnomaly.Builder. sourceDetails(Collection<RecommendationRelatedAnomalySourceDetail> sourceDetails)Information about where the anomalous behavior related the recommendation was found.
-