Package org.jclouds.route53.functions
Class HostedZonesToPagedIterable
java.lang.Object
org.jclouds.collect.internal.CallerArg0ToPagedIterable<HostedZone,HostedZonesToPagedIterable>
org.jclouds.route53.functions.HostedZonesToPagedIterable
- All Implemented Interfaces:
com.google.common.base.Function<IterableWithMarker<HostedZone>,
,PagedIterable<HostedZone>> Function<IterableWithMarker<HostedZone>,
,PagedIterable<HostedZone>> InvocationContext<HostedZonesToPagedIterable>
@Beta
public class HostedZonesToPagedIterable
extends CallerArg0ToPagedIterable<HostedZone,HostedZonesToPagedIterable>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected com.google.common.base.Function
<Object, IterableWithMarker<HostedZone>> markerToNextForCallingArg0
(String ignored) Methods inherited from class org.jclouds.collect.internal.CallerArg0ToPagedIterable
apply, setContext
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.google.common.base.Function
equals
-
Constructor Details
-
HostedZonesToPagedIterable
-
-
Method Details
-
markerToNextForCallingArg0
protected com.google.common.base.Function<Object,IterableWithMarker<HostedZone>> markerToNextForCallingArg0(String ignored) - Specified by:
markerToNextForCallingArg0
in classCallerArg0ToPagedIterable<HostedZone,
HostedZonesToPagedIterable>
-