Java com.amazonaws.services.cloudwatch.model StatisticSet fields, constructors, methods, implement or subclass

Example usage for Java com.amazonaws.services.cloudwatch.model StatisticSet fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.amazonaws.services.cloudwatch.model StatisticSet.

The text is from its open source code.

Constructor

Method

DoublegetMaximum()

The maximum value of the sample set.

DoublegetMinimum()

The minimum value of the sample set.

DoublegetSampleCount()

The number of samples used for the statistic set.

DoublegetSum()

The sum of values for the sample set.

voidsetMaximum(Double maximum)

The maximum value of the sample set.

voidsetMinimum(Double minimum)

The minimum value of the sample set.

voidsetSampleCount(Double sampleCount)

The number of samples used for the statistic set.

voidsetSum(Double sum)

The sum of values for the sample set.