|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jclouds.cloudwatch.domain.GetMetricStatistics
@Beta public class GetMetricStatistics
Options use to get statistics for the specified metric.
| Nested Class Summary | |
|---|---|
static class |
GetMetricStatistics.Builder
|
| Constructor Summary | |
|---|---|
protected |
GetMetricStatistics(Set<Dimension> dimensions,
Date endTime,
String metricName,
String namespace,
int period,
Date startTime,
Set<Statistics> statistics,
Unit unit)
Private constructor to enforce using GetMetricStatistics.Builder. |
| Method Summary | |
|---|---|
static GetMetricStatistics.Builder |
builder()
Returns a new builder. |
Set<Dimension> |
getDimensions()
return the set of dimensions for this request |
com.google.common.base.Optional<Date> |
getEndTime()
return the end time for this request |
String |
getMetricName()
return the metric name for this request |
String |
getNamespace()
return the namespace for this request |
int |
getPeriod()
return the period for this request |
com.google.common.base.Optional<Date> |
getStartTime()
return the start time for this request |
Set<Statistics> |
getStatistics()
return the statistics for this request |
com.google.common.base.Optional<Unit> |
getUnit()
return the unit for this request |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected GetMetricStatistics(Set<Dimension> dimensions,
Date endTime,
String metricName,
String namespace,
int period,
Date startTime,
Set<Statistics> statistics,
Unit unit)
GetMetricStatistics.Builder.
| Method Detail |
|---|
public Set<Dimension> getDimensions()
public com.google.common.base.Optional<Date> getEndTime()
public String getMetricName()
public String getNamespace()
public int getPeriod()
public com.google.common.base.Optional<Date> getStartTime()
public Set<Statistics> getStatistics()
public com.google.common.base.Optional<Unit> getUnit()
public static GetMetricStatistics.Builder builder()
GetMetricStatistics.Builder constructor.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||