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

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

Introduction

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

The text is from its open source code.

Method

DoublegetAverage()

The average of the metric values that correspond to the data point.

DoublegetMaximum()

The maximum metric value for the data point.

DoublegetMinimum()

The minimum metric value for the data point.

DoublegetSampleCount()

The number of metric values that contributed to the aggregate value of this data point.

DoublegetSum()

The sum of the metric values for the data point.

java.util.DategetTimestamp()

The time stamp used for the data point.

StringgetUnit()

The standard unit for the data point.