Uses of Class
software.amazon.awssdk.services.devopsguru.model.PerformanceInsightsMetricsDetail
-
Packages that use PerformanceInsightsMetricsDetail Package Description software.amazon.awssdk.services.devopsguru.model -
-
Uses of PerformanceInsightsMetricsDetail in software.amazon.awssdk.services.devopsguru.model
Methods in software.amazon.awssdk.services.devopsguru.model that return types with arguments of type PerformanceInsightsMetricsDetail Modifier and Type Method Description List<PerformanceInsightsMetricsDetail>AnomalySourceDetails. performanceInsightsMetrics()An array ofPerformanceInsightsMetricsDetailobjects that contain information about analyzed Performance Insights metrics that show anomalous behavior.Methods in software.amazon.awssdk.services.devopsguru.model with parameters of type PerformanceInsightsMetricsDetail Modifier and Type Method Description AnomalySourceDetails.BuilderAnomalySourceDetails.Builder. performanceInsightsMetrics(PerformanceInsightsMetricsDetail... performanceInsightsMetrics)An array ofPerformanceInsightsMetricsDetailobjects that contain information about analyzed Performance Insights metrics that show anomalous behavior.Method parameters in software.amazon.awssdk.services.devopsguru.model with type arguments of type PerformanceInsightsMetricsDetail Modifier and Type Method Description AnomalySourceDetails.BuilderAnomalySourceDetails.Builder. performanceInsightsMetrics(Collection<PerformanceInsightsMetricsDetail> performanceInsightsMetrics)An array ofPerformanceInsightsMetricsDetailobjects that contain information about analyzed Performance Insights metrics that show anomalous behavior.
-