Uses of Interface
software.amazon.awssdk.services.cloudwatch.model.MetricDatum.Builder
Packages that use MetricDatum.Builder
-
Uses of MetricDatum.Builder in software.amazon.awssdk.services.cloudwatch.model
Methods in software.amazon.awssdk.services.cloudwatch.model that return MetricDatum.BuilderModifier and TypeMethodDescriptionstatic MetricDatum.BuilderMetricDatum.builder()Array of numbers that is used along with theValuesarray.MetricDatum.Builder.counts(Collection<Double> counts) Array of numbers that is used along with theValuesarray.MetricDatum.Builder.dimensions(Collection<Dimension> dimensions) The dimensions associated with the metric.MetricDatum.Builder.dimensions(Consumer<Dimension.Builder>... dimensions) The dimensions associated with the metric.MetricDatum.Builder.dimensions(Dimension... dimensions) The dimensions associated with the metric.MetricDatum.Builder.metricName(String metricName) The name of the metric.default MetricDatum.BuilderMetricDatum.Builder.statisticValues(Consumer<StatisticSet.Builder> statisticValues) The statistical values for the metric.MetricDatum.Builder.statisticValues(StatisticSet statisticValues) The statistical values for the metric.MetricDatum.Builder.storageResolution(Integer storageResolution) Valid values are 1 and 60.The time the metric data was received, expressed as the number of milliseconds since Jan 1, 1970 00:00:00 UTC.MetricDatum.toBuilder()When you are using aPutoperation, this defines what unit you want to use when storing the metric.MetricDatum.Builder.unit(StandardUnit unit) When you are using aPutoperation, this defines what unit you want to use when storing the metric.The value for the metric.Array of numbers representing the values for the metric during the period.MetricDatum.Builder.values(Collection<Double> values) Array of numbers representing the values for the metric during the period.Methods in software.amazon.awssdk.services.cloudwatch.model that return types with arguments of type MetricDatum.BuilderModifier and TypeMethodDescriptionstatic Class<? extends MetricDatum.Builder>MetricDatum.serializableBuilderClass()