Uses of Class
software.amazon.awssdk.services.lookoutmetrics.model.InterMetricImpactDetails
-
Packages that use InterMetricImpactDetails Package Description software.amazon.awssdk.services.lookoutmetrics.model -
-
Uses of InterMetricImpactDetails in software.amazon.awssdk.services.lookoutmetrics.model
Methods in software.amazon.awssdk.services.lookoutmetrics.model that return types with arguments of type InterMetricImpactDetails Modifier and Type Method Description List<InterMetricImpactDetails>ListAnomalyGroupRelatedMetricsResponse. interMetricImpactList()Aggregated details about the measures contributing to the anomaly group, and the measures potentially impacted by the anomaly group.Methods in software.amazon.awssdk.services.lookoutmetrics.model with parameters of type InterMetricImpactDetails Modifier and Type Method Description ListAnomalyGroupRelatedMetricsResponse.BuilderListAnomalyGroupRelatedMetricsResponse.Builder. interMetricImpactList(InterMetricImpactDetails... interMetricImpactList)Aggregated details about the measures contributing to the anomaly group, and the measures potentially impacted by the anomaly group.Method parameters in software.amazon.awssdk.services.lookoutmetrics.model with type arguments of type InterMetricImpactDetails Modifier and Type Method Description ListAnomalyGroupRelatedMetricsResponse.BuilderListAnomalyGroupRelatedMetricsResponse.Builder. interMetricImpactList(Collection<InterMetricImpactDetails> interMetricImpactList)Aggregated details about the measures contributing to the anomaly group, and the measures potentially impacted by the anomaly group.
-