Uses of Class
org.jclouds.collect.PagedIterable

Packages that use PagedIterable
org.jclouds.cloudwatch.features   
org.jclouds.collect   
org.jclouds.collect.internal   
org.jclouds.elb.features   
org.jclouds.iam.features   
org.jclouds.rds.features   
 

Uses of PagedIterable in org.jclouds.cloudwatch.features
 

Methods in org.jclouds.cloudwatch.features that return PagedIterable
 PagedIterable<Metric> MetricApi.list()
           
 

Methods in org.jclouds.cloudwatch.features that return types with arguments of type PagedIterable
 com.google.common.util.concurrent.ListenableFuture<? extends PagedIterable<Metric>> MetricAsyncApi.list()
           
 

Uses of PagedIterable in org.jclouds.collect
 

Methods in org.jclouds.collect that return PagedIterable
static
<T> PagedIterable<T>
PagedIterables.advance(IterableWithMarker<T> initial, com.google.common.base.Function<Object,IterableWithMarker<T>> markerToNext)
           
static
<T> PagedIterable<T>
PagedIterables.of(IterableWithMarker<T> only)
           
 

Uses of PagedIterable in org.jclouds.collect.internal
 

Methods in org.jclouds.collect.internal that return PagedIterable
 PagedIterable<T> CallerArg0ToPagedIterable.apply(IterableWithMarker<T> input)
           
 

Uses of PagedIterable in org.jclouds.elb.features
 

Methods in org.jclouds.elb.features that return PagedIterable
 PagedIterable<LoadBalancer> LoadBalancerApi.list()
          Lists the loadBalancers all load balancers
 

Methods in org.jclouds.elb.features that return types with arguments of type PagedIterable
 com.google.common.util.concurrent.ListenableFuture<PagedIterable<LoadBalancer>> LoadBalancerAsyncApi.list()
           
 

Uses of PagedIterable in org.jclouds.iam.features
 

Methods in org.jclouds.iam.features that return PagedIterable
 PagedIterable<User> UserApi.list()
          Lists the users that have the specified path prefix.
 

Methods in org.jclouds.iam.features that return types with arguments of type PagedIterable
 com.google.common.util.concurrent.ListenableFuture<PagedIterable<User>> UserAsyncApi.list()
           
 

Uses of PagedIterable in org.jclouds.rds.features
 

Methods in org.jclouds.rds.features that return PagedIterable
 PagedIterable<SubnetGroup> SubnetGroupApi.list()
          Returns a list of SubnetGroups.
 PagedIterable<SecurityGroup> SecurityGroupApi.list()
          Returns a list of SecurityGroups.
 PagedIterable<Instance> InstanceApi.list()
          Returns information about provisioned RDS instances.
 

Methods in org.jclouds.rds.features that return types with arguments of type PagedIterable
 com.google.common.util.concurrent.ListenableFuture<PagedIterable<SubnetGroup>> SubnetGroupAsyncApi.list()
           
 com.google.common.util.concurrent.ListenableFuture<PagedIterable<SecurityGroup>> SecurityGroupAsyncApi.list()
           
 com.google.common.util.concurrent.ListenableFuture<PagedIterable<Instance>> InstanceAsyncApi.list()
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.