Package org.jclouds.cloudwatch.functions
Class MetricsToPagedIterable
- java.lang.Object
-
- org.jclouds.collect.internal.CallerArg0ToPagedIterable<Metric,MetricsToPagedIterable>
-
- org.jclouds.cloudwatch.functions.MetricsToPagedIterable
-
- All Implemented Interfaces:
com.google.common.base.Function<org.jclouds.collect.IterableWithMarker<Metric>,org.jclouds.collect.PagedIterable<Metric>>,Function<org.jclouds.collect.IterableWithMarker<Metric>,org.jclouds.collect.PagedIterable<Metric>>,org.jclouds.rest.InvocationContext<MetricsToPagedIterable>
@Beta public class MetricsToPagedIterable extends org.jclouds.collect.internal.CallerArg0ToPagedIterable<Metric,MetricsToPagedIterable>
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedMetricsToPagedIterable(CloudWatchApi api)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected com.google.common.base.Function<Object,org.jclouds.collect.IterableWithMarker<Metric>>markerToNextForCallingArg0(String arg0)-
Methods inherited from class org.jclouds.collect.internal.CallerArg0ToPagedIterable
apply, setContext
-
-
-
-
Constructor Detail
-
MetricsToPagedIterable
@Inject protected MetricsToPagedIterable(CloudWatchApi api)
-
-
Method Detail
-
markerToNextForCallingArg0
protected com.google.common.base.Function<Object,org.jclouds.collect.IterableWithMarker<Metric>> markerToNextForCallingArg0(String arg0)
- Specified by:
markerToNextForCallingArg0in classorg.jclouds.collect.internal.CallerArg0ToPagedIterable<Metric,MetricsToPagedIterable>
-
-