Uses of Class
software.amazon.awssdk.services.devopsguru.model.PerformanceInsightsStat
-
Packages that use PerformanceInsightsStat Package Description software.amazon.awssdk.services.devopsguru.model -
-
Uses of PerformanceInsightsStat in software.amazon.awssdk.services.devopsguru.model
Methods in software.amazon.awssdk.services.devopsguru.model that return types with arguments of type PerformanceInsightsStat Modifier and Type Method Description List<PerformanceInsightsStat>PerformanceInsightsMetricsDetail. statsAtAnomaly()The metric statistics during the anomalous period detected by DevOps Guru;List<PerformanceInsightsStat>PerformanceInsightsMetricsDetail. statsAtBaseline()Typical metric statistics that are not considered anomalous.Methods in software.amazon.awssdk.services.devopsguru.model with parameters of type PerformanceInsightsStat Modifier and Type Method Description PerformanceInsightsMetricsDetail.BuilderPerformanceInsightsMetricsDetail.Builder. statsAtAnomaly(PerformanceInsightsStat... statsAtAnomaly)The metric statistics during the anomalous period detected by DevOps Guru;PerformanceInsightsMetricsDetail.BuilderPerformanceInsightsMetricsDetail.Builder. statsAtBaseline(PerformanceInsightsStat... statsAtBaseline)Typical metric statistics that are not considered anomalous.Method parameters in software.amazon.awssdk.services.devopsguru.model with type arguments of type PerformanceInsightsStat Modifier and Type Method Description PerformanceInsightsMetricsDetail.BuilderPerformanceInsightsMetricsDetail.Builder. statsAtAnomaly(Collection<PerformanceInsightsStat> statsAtAnomaly)The metric statistics during the anomalous period detected by DevOps Guru;PerformanceInsightsMetricsDetail.BuilderPerformanceInsightsMetricsDetail.Builder. statsAtBaseline(Collection<PerformanceInsightsStat> statsAtBaseline)Typical metric statistics that are not considered anomalous.
-