Uses of Class
org.jclouds.collect.IterableWithMarker

Packages that use IterableWithMarker
org.jclouds.cloudwatch.features   
org.jclouds.cloudwatch.functions   
org.jclouds.cloudwatch.xml   
org.jclouds.collect   
org.jclouds.collect.internal   
org.jclouds.elb.features   
org.jclouds.elb.functions   
org.jclouds.elb.xml   
org.jclouds.iam.features   
org.jclouds.iam.functions   
org.jclouds.iam.xml   
org.jclouds.rds.features   
org.jclouds.rds.functions   
org.jclouds.rds.xml   
 

Uses of IterableWithMarker in org.jclouds.cloudwatch.features
 

Methods in org.jclouds.cloudwatch.features that return IterableWithMarker
 IterableWithMarker<Metric> MetricApi.list(ListMetricsOptions options)
          Returns a list of valid metrics stored for the AWS account owner.
 

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

Uses of IterableWithMarker in org.jclouds.cloudwatch.functions
 

Methods in org.jclouds.cloudwatch.functions that return types with arguments of type IterableWithMarker
protected  com.google.common.base.Function<Object,IterableWithMarker<Metric>> MetricsToPagedIterable.markerToNextForCallingArg0(String arg0)
           
 

Uses of IterableWithMarker in org.jclouds.cloudwatch.xml
 

Methods in org.jclouds.cloudwatch.xml that return IterableWithMarker
 IterableWithMarker<Metric> ListMetricsResponseHandler.getResult()
          
 

Uses of IterableWithMarker in org.jclouds.collect
 

Subclasses of IterableWithMarker in org.jclouds.collect
 class ForwardingIterableWithMarker<T>
          An iterator which forwards all its method calls to another iterator.
 

Methods in org.jclouds.collect that return IterableWithMarker
protected abstract  IterableWithMarker<T> ForwardingIterableWithMarker.delegate()
           
static
<T> IterableWithMarker<T>
IterableWithMarkers.from(Iterable<T> elements)
          Returns a paginated iterable containing the given elements and null marker.
static
<T> IterableWithMarker<T>
IterableWithMarkers.from(Iterable<T> elements, Object marker)
          Returns a paginated iterable containing the given elements and marker.
 

Methods in org.jclouds.collect that return types with arguments of type IterableWithMarker
static
<T> Iterator<IterableWithMarker<T>>
PagedIterables.advancingIterator(IterableWithMarker<T> initial, com.google.common.base.Function<Object,IterableWithMarker<T>> markerToNext)
           
 

Methods in org.jclouds.collect with parameters of type IterableWithMarker
static
<T> PagedIterable<T>
PagedIterables.advance(IterableWithMarker<T> initial, com.google.common.base.Function<Object,IterableWithMarker<T>> markerToNext)
           
static
<T> Iterator<IterableWithMarker<T>>
PagedIterables.advancingIterator(IterableWithMarker<T> initial, com.google.common.base.Function<Object,IterableWithMarker<T>> markerToNext)
           
static
<T> PagedIterable<T>
PagedIterables.of(IterableWithMarker<T> only)
           
 

Method parameters in org.jclouds.collect with type arguments of type IterableWithMarker
static
<T> PagedIterable<T>
PagedIterables.advance(IterableWithMarker<T> initial, com.google.common.base.Function<Object,IterableWithMarker<T>> markerToNext)
           
static
<T> Iterator<IterableWithMarker<T>>
PagedIterables.advancingIterator(IterableWithMarker<T> initial, com.google.common.base.Function<Object,IterableWithMarker<T>> markerToNext)
           
 

Uses of IterableWithMarker in org.jclouds.collect.internal
 

Methods in org.jclouds.collect.internal that return types with arguments of type IterableWithMarker
protected abstract  com.google.common.base.Function<Object,IterableWithMarker<T>> CallerArg0ToPagedIterable.markerToNextForCallingArg0(String arg0)
           
 

Methods in org.jclouds.collect.internal with parameters of type IterableWithMarker
 PagedIterable<T> CallerArg0ToPagedIterable.apply(IterableWithMarker<T> input)
           
 

Uses of IterableWithMarker in org.jclouds.elb.features
 

Methods in org.jclouds.elb.features that return IterableWithMarker
 IterableWithMarker<LoadBalancer> LoadBalancerApi.list(ListLoadBalancersOptions options)
          Returns detailed configuration information for the specified LoadBalancers.
 

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

Uses of IterableWithMarker in org.jclouds.elb.functions
 

Methods in org.jclouds.elb.functions that return types with arguments of type IterableWithMarker
protected  com.google.common.base.Function<Object,IterableWithMarker<LoadBalancer>> LoadBalancersToPagedIterable.markerToNextForCallingArg0(String arg0)
           
 

Uses of IterableWithMarker in org.jclouds.elb.xml
 

Methods in org.jclouds.elb.xml that return IterableWithMarker
 IterableWithMarker<LoadBalancer> DescribeLoadBalancersResultHandler.getResult()
          
 

Uses of IterableWithMarker in org.jclouds.iam.features
 

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

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

Uses of IterableWithMarker in org.jclouds.iam.functions
 

Methods in org.jclouds.iam.functions that return types with arguments of type IterableWithMarker
protected  com.google.common.base.Function<Object,IterableWithMarker<User>> UsersToPagedIterable.markerToNextForCallingArg0(String ignored)
           
 

Uses of IterableWithMarker in org.jclouds.iam.xml
 

Methods in org.jclouds.iam.xml that return IterableWithMarker
 IterableWithMarker<User> ListUsersResultHandler.getResult()
          
 

Uses of IterableWithMarker in org.jclouds.rds.features
 

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

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

Uses of IterableWithMarker in org.jclouds.rds.functions
 

Methods in org.jclouds.rds.functions that return types with arguments of type IterableWithMarker
protected  com.google.common.base.Function<Object,IterableWithMarker<SubnetGroup>> SubnetGroupsToPagedIterable.markerToNextForCallingArg0(String arg0)
           
protected  com.google.common.base.Function<Object,IterableWithMarker<SecurityGroup>> SecurityGroupsToPagedIterable.markerToNextForCallingArg0(String arg0)
           
protected  com.google.common.base.Function<Object,IterableWithMarker<Instance>> InstancesToPagedIterable.markerToNextForCallingArg0(String arg0)
           
 

Uses of IterableWithMarker in org.jclouds.rds.xml
 

Methods in org.jclouds.rds.xml that return IterableWithMarker
 IterableWithMarker<SubnetGroup> DescribeDBSubnetGroupsResultHandler.getResult()
          
 IterableWithMarker<SecurityGroup> DescribeDBSecurityGroupsResultHandler.getResult()
          
 IterableWithMarker<Instance> DescribeDBInstancesResultHandler.getResult()
          
 



Copyright © 2009-2012 jclouds. All Rights Reserved.