Package org.jclouds.cloudwatch.domain
Class GetMetricStatisticsResponse
- java.lang.Object
-
- com.google.common.collect.FluentIterable<Datapoint>
-
- org.jclouds.cloudwatch.domain.GetMetricStatisticsResponse
-
-
Constructor Summary
Constructors Constructor Description GetMetricStatisticsResponse(Iterable<Datapoint> datapoints, String label)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetLabel()return the label describing the specified metricinthashCode()Iterator<Datapoint>iterator()StringtoString()-
Methods inherited from class com.google.common.collect.FluentIterable
allMatch, anyMatch, append, append, concat, concat, concat, concat, concat, contains, copyInto, cycle, filter, filter, first, firstMatch, from, from, from, get, index, isEmpty, join, last, limit, of, of, size, skip, stream, toArray, toList, toMap, toMultiset, toSet, toSortedList, toSortedSet, transform, transformAndConcat, uniqueIndex
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-