Uses of Interface
software.amazon.awssdk.services.devopsguru.model.PerformanceInsightsMetricQuery.Builder
-
Packages that use PerformanceInsightsMetricQuery.Builder Package Description software.amazon.awssdk.services.devopsguru.model -
-
Uses of PerformanceInsightsMetricQuery.Builder in software.amazon.awssdk.services.devopsguru.model
Methods in software.amazon.awssdk.services.devopsguru.model that return PerformanceInsightsMetricQuery.Builder Modifier and Type Method Description static PerformanceInsightsMetricQuery.BuilderPerformanceInsightsMetricQuery. builder()PerformanceInsightsMetricQuery.BuilderPerformanceInsightsMetricQuery.Builder. filter(Map<String,String> filter)One or more filters to apply to a Performance InsightsGetResourceMetricsAPI query.default PerformanceInsightsMetricQuery.BuilderPerformanceInsightsMetricQuery.Builder. groupBy(Consumer<PerformanceInsightsMetricDimensionGroup.Builder> groupBy)The specification for how to aggregate the data points from a Performance InsightsGetResourceMetricsAPI query.PerformanceInsightsMetricQuery.BuilderPerformanceInsightsMetricQuery.Builder. groupBy(PerformanceInsightsMetricDimensionGroup groupBy)The specification for how to aggregate the data points from a Performance InsightsGetResourceMetricsAPI query.PerformanceInsightsMetricQuery.BuilderPerformanceInsightsMetricQuery.Builder. metric(String metric)The name of the meteric used used when querying an Performance InsightsGetResourceMetricsAPI for anomaly metrics.PerformanceInsightsMetricQuery.BuilderPerformanceInsightsMetricQuery. toBuilder()Methods in software.amazon.awssdk.services.devopsguru.model that return types with arguments of type PerformanceInsightsMetricQuery.Builder Modifier and Type Method Description static Class<? extends PerformanceInsightsMetricQuery.Builder>PerformanceInsightsMetricQuery. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.devopsguru.model with type arguments of type PerformanceInsightsMetricQuery.Builder Modifier and Type Method Description default PerformanceInsightsMetricsDetail.BuilderPerformanceInsightsMetricsDetail.Builder. metricQuery(Consumer<PerformanceInsightsMetricQuery.Builder> metricQuery)A single query to be processed for the metric.default PerformanceInsightsReferenceMetric.BuilderPerformanceInsightsReferenceMetric.Builder. metricQuery(Consumer<PerformanceInsightsMetricQuery.Builder> metricQuery)A query to be processed on the metric.
-