Class GetMetricStatistics


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

      • 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