org.jclouds.rds.functions
Class SubnetGroupsToPagedIterable

java.lang.Object
  extended by org.jclouds.collect.internal.CallerArg0ToPagedIterable<SubnetGroup,SubnetGroupsToPagedIterable>
      extended by org.jclouds.rds.functions.SubnetGroupsToPagedIterable
All Implemented Interfaces:
com.google.common.base.Function<IterableWithMarker<SubnetGroup>,PagedIterable<SubnetGroup>>, InvocationContext<SubnetGroupsToPagedIterable>

@Beta
public class SubnetGroupsToPagedIterable
extends CallerArg0ToPagedIterable<SubnetGroup,SubnetGroupsToPagedIterable>

Author:
Adrian Cole

Constructor Summary
protected SubnetGroupsToPagedIterable(RDSApi api)
           
 
Method Summary
protected  com.google.common.base.Function<Object,IterableWithMarker<SubnetGroup>> markerToNextForCallingArg0(String arg0)
           
 
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 Detail

SubnetGroupsToPagedIterable

@Inject
protected SubnetGroupsToPagedIterable(RDSApi api)
Method Detail

markerToNextForCallingArg0

protected com.google.common.base.Function<Object,IterableWithMarker<SubnetGroup>> markerToNextForCallingArg0(String arg0)
Specified by:
markerToNextForCallingArg0 in class CallerArg0ToPagedIterable<SubnetGroup,SubnetGroupsToPagedIterable>


Copyright © 2009-2012 jclouds. All Rights Reserved.