Class GetMetricStatistics

java.lang.Object
org.jclouds.cloudwatch.domain.GetMetricStatistics

@Beta public class GetMetricStatistics extends Object
Options use to get statistics for the specified metric.
See Also:
  • Constructor Details

  • Method Details

    • getDimensions

      public Set<Dimension> getDimensions()
      return the set of dimensions for this request
    • getEndTime

      public com.google.common.base.Optional<Date> getEndTime()
      return the end time for this request
    • getMetricName

      public String getMetricName()
      return the metric name for this request
    • getNamespace

      public String getNamespace()
      return the namespace for this request
    • getPeriod

      public int getPeriod()
      return the period for this request
    • getStartTime

      public com.google.common.base.Optional<Date> getStartTime()
      return the start time for this request
    • getStatistics

      public Set<Statistics> getStatistics()
      return the statistics for this request
    • getUnit

      public com.google.common.base.Optional<Unit> getUnit()
      return the unit for this request
    • builder

      public static GetMetricStatistics.Builder builder()
      Returns a new builder. The generated builder is equivalent to the builder created by the GetMetricStatistics.Builder constructor.