Uses of Class
software.amazon.awssdk.services.devopsguru.model.PerformanceInsightsMetricQuery
-
Packages that use PerformanceInsightsMetricQuery Package Description software.amazon.awssdk.services.devopsguru.model -
-
Uses of PerformanceInsightsMetricQuery in software.amazon.awssdk.services.devopsguru.model
Methods in software.amazon.awssdk.services.devopsguru.model that return PerformanceInsightsMetricQuery Modifier and Type Method Description PerformanceInsightsMetricQueryPerformanceInsightsMetricsDetail. metricQuery()A single query to be processed for the metric.PerformanceInsightsMetricQueryPerformanceInsightsReferenceMetric. metricQuery()A query to be processed on the metric.Methods in software.amazon.awssdk.services.devopsguru.model with parameters of type PerformanceInsightsMetricQuery Modifier and Type Method Description PerformanceInsightsMetricsDetail.BuilderPerformanceInsightsMetricsDetail.Builder. metricQuery(PerformanceInsightsMetricQuery metricQuery)A single query to be processed for the metric.PerformanceInsightsReferenceMetric.BuilderPerformanceInsightsReferenceMetric.Builder. metricQuery(PerformanceInsightsMetricQuery metricQuery)A query to be processed on the metric.
-