Uses of Class
software.amazon.awssdk.services.lookoutmetrics.model.MetricLevelImpact
-
Packages that use MetricLevelImpact Package Description software.amazon.awssdk.services.lookoutmetrics.model -
-
Uses of MetricLevelImpact in software.amazon.awssdk.services.lookoutmetrics.model
Methods in software.amazon.awssdk.services.lookoutmetrics.model that return types with arguments of type MetricLevelImpact Modifier and Type Method Description List<MetricLevelImpact>AnomalyGroup. metricLevelImpactList()A list of measures affected by the anomaly.Methods in software.amazon.awssdk.services.lookoutmetrics.model with parameters of type MetricLevelImpact Modifier and Type Method Description AnomalyGroup.BuilderAnomalyGroup.Builder. metricLevelImpactList(MetricLevelImpact... metricLevelImpactList)A list of measures affected by the anomaly.Method parameters in software.amazon.awssdk.services.lookoutmetrics.model with type arguments of type MetricLevelImpact Modifier and Type Method Description AnomalyGroup.BuilderAnomalyGroup.Builder. metricLevelImpactList(Collection<MetricLevelImpact> metricLevelImpactList)A list of measures affected by the anomaly.
-