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

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

Introduction

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

The text is from its open source code.

Constructor

Method

MetricDatumclone()
java.util.ListgetDimensions()

The dimensions associated with the metric.

StringgetMetricName()

The name of the metric.

StatisticSetgetStatisticValues()

The statistical values for the metric.

java.util.DategetTimestamp()

The time the metric data was received, expressed as the number of milliseconds since Jan 1, 1970 00:00:00 UTC.

StringgetUnit()

When you are using a Put operation, this defines what unit you want to use when storing the metric.

DoublegetValue()

The value for the metric.

voidsetDimensions(java.util.Collection dimensions)

The dimensions associated with the metric.

voidsetMetricName(String metricName)

The name of the metric.

voidsetStatisticValues(StatisticSet statisticValues)

The statistical values for the metric.

voidsetTimestamp(java.util.Date timestamp)

The time the metric data was received, expressed as the number of milliseconds since Jan 1, 1970 00:00:00 UTC.

voidsetUnit(String unit)

When you are using a Put operation, this defines what unit you want to use when storing the metric.

voidsetUnit(StandardUnit unit)

When you are using a Put operation, this defines what unit you want to use when storing the metric.

voidsetValue(Double value)

The value for the metric.

MetricDatumwithDimensions(Dimension... dimensions)

The dimensions associated with the metric.

MetricDatumwithDimensions(java.util.Collection dimensions)

The dimensions associated with the metric.

MetricDatumwithMetricName(String metricName)

The name of the metric.

MetricDatumwithStatisticValues(StatisticSet statisticValues)

The statistical values for the metric.

MetricDatumwithTimestamp(java.util.Date timestamp)

The time the metric data was received, expressed as the number of milliseconds since Jan 1, 1970 00:00:00 UTC.

MetricDatumwithUnit(String unit)

When you are using a Put operation, this defines what unit you want to use when storing the metric.

MetricDatumwithUnit(StandardUnit unit)

When you are using a Put operation, this defines what unit you want to use when storing the metric.

MetricDatumwithValue(Double value)

The value for the metric.