Uses of Interface
software.amazon.awssdk.services.cloudwatch.model.MetricStat.Builder
Packages that use MetricStat.Builder
-
Uses of MetricStat.Builder in software.amazon.awssdk.services.cloudwatch.model
Methods in software.amazon.awssdk.services.cloudwatch.model that return MetricStat.BuilderModifier and TypeMethodDescriptionstatic MetricStat.BuilderMetricStat.builder()default MetricStat.BuilderMetricStat.Builder.metric(Consumer<Metric.Builder> metric) The metric to return, including the metric name, namespace, and dimensions.The metric to return, including the metric name, namespace, and dimensions.The granularity, in seconds, of the returned data points.The statistic to return.MetricStat.toBuilder()When you are using aPutoperation, this defines what unit you want to use when storing the metric.MetricStat.Builder.unit(StandardUnit unit) When you are using aPutoperation, this defines what unit you want to use when storing the metric.Methods in software.amazon.awssdk.services.cloudwatch.model that return types with arguments of type MetricStat.BuilderModifier and TypeMethodDescriptionstatic Class<? extends MetricStat.Builder>MetricStat.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cloudwatch.model with type arguments of type MetricStat.BuilderModifier and TypeMethodDescriptiondefault MetricDataQuery.BuilderMetricDataQuery.Builder.metricStat(Consumer<MetricStat.Builder> metricStat) The metric to be returned, along with statistics, period, and units.