Uses of Interface
software.amazon.awssdk.services.cloudwatch.model.MetricDataQuery.Builder
Packages that use MetricDataQuery.Builder
-
Uses of MetricDataQuery.Builder in software.amazon.awssdk.services.cloudwatch.model
Methods in software.amazon.awssdk.services.cloudwatch.model that return MetricDataQuery.BuilderModifier and TypeMethodDescriptionThe ID of the account where the metrics are located.static MetricDataQuery.BuilderMetricDataQuery.builder()MetricDataQuery.Builder.expression(String expression) This field can contain either a Metrics Insights query, or a metric math expression to be performed on the returned data.A short name used to tie this object to the results in the response.A human-readable label for this metric or expression.default MetricDataQuery.BuilderMetricDataQuery.Builder.metricStat(Consumer<MetricStat.Builder> metricStat) The metric to be returned, along with statistics, period, and units.MetricDataQuery.Builder.metricStat(MetricStat metricStat) The metric to be returned, along with statistics, period, and units.The granularity, in seconds, of the returned data points.MetricDataQuery.Builder.returnData(Boolean returnData) When used inGetMetricData, this option indicates whether to return the timestamps and raw data values of this metric.MetricDataQuery.toBuilder()Methods in software.amazon.awssdk.services.cloudwatch.model that return types with arguments of type MetricDataQuery.BuilderModifier and TypeMethodDescriptionstatic Class<? extends MetricDataQuery.Builder>MetricDataQuery.serializableBuilderClass()