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