Uses of Class
org.jclouds.cloudwatch.domain.StatisticValues.Builder
Packages that use StatisticValues.Builder
-
Uses of StatisticValues.Builder in org.jclouds.cloudwatch.domain
Methods in org.jclouds.cloudwatch.domain that return StatisticValues.BuilderModifier and TypeMethodDescriptionstatic StatisticValues.Builder
StatisticValues.builder()
Returns a new builder.StatisticValues.Builder.maximum
(double maximum) The maximum value of the sample set.StatisticValues.Builder.minimum
(double minimum) The minimum value of the sample set.StatisticValues.Builder.sampleCount
(double sampleCount) The the number of samples used for the statistic set.StatisticValues.Builder.sum
(double sum) The sum of values for the sample set.