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

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

Introduction

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

The text is from its open source code.

Constructor

Method

java.util.ListgetMetricData()

The data for the metric.

StringgetNamespace()

The namespace for the metric data.

voidsetMetricData(java.util.Collection metricData)

The data for the metric.

voidsetNamespace(String namespace)

The namespace for the metric data.

StringtoString()
Returns a string representation of this object.
PutMetricDataRequestwithMetricData(MetricDatum... metricData)

The data for the metric.

PutMetricDataRequestwithMetricData(java.util.Collection metricData)

The data for the metric.

PutMetricDataRequestwithNamespace(String namespace)

The namespace for the metric data.