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

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

Introduction

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

The text is from its open source code.

Constructor

Method

voidsetDimensions(java.util.Collection dimensions)

The dimensions.

voidsetEndTime(java.util.Date endTime)

The time stamp that determines the last data point to return.

voidsetMetricName(String metricName)

The name of the metric, with or without spaces.

voidsetNamespace(String namespace)

The namespace of the metric, with or without spaces.

voidsetPeriod(Integer period)

The granularity, in seconds, of the returned data points.

voidsetStartTime(java.util.Date startTime)

The time stamp that determines the first data point to return.

voidsetStatistics(java.util.Collection statistics)

The metric statistics, other than percentile.

StringtoString()
Returns a string representation of this object.