Uses of Interface
software.amazon.awssdk.services.cloudwatch.model.StatisticSet.Builder
-
Packages that use StatisticSet.Builder Package Description software.amazon.awssdk.services.cloudwatch.model -
-
Uses of StatisticSet.Builder in software.amazon.awssdk.services.cloudwatch.model
Methods in software.amazon.awssdk.services.cloudwatch.model that return StatisticSet.Builder Modifier and Type Method Description static StatisticSet.BuilderStatisticSet. builder()StatisticSet.BuilderStatisticSet.Builder. maximum(Double maximum)The maximum value of the sample set.StatisticSet.BuilderStatisticSet.Builder. minimum(Double minimum)The minimum value of the sample set.StatisticSet.BuilderStatisticSet.Builder. sampleCount(Double sampleCount)The number of samples used for the statistic set.StatisticSet.BuilderStatisticSet.Builder. sum(Double sum)The sum of values for the sample set.StatisticSet.BuilderStatisticSet. toBuilder()Methods in software.amazon.awssdk.services.cloudwatch.model that return types with arguments of type StatisticSet.Builder Modifier and Type Method Description static Class<? extends StatisticSet.Builder>StatisticSet. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cloudwatch.model with type arguments of type StatisticSet.Builder Modifier and Type Method Description default MetricDatum.BuilderMetricDatum.Builder. statisticValues(Consumer<StatisticSet.Builder> statisticValues)The statistical values for the metric.
-