Uses of Class
org.jclouds.rest.annotations.Transform

Packages that use Transform
org.jclouds.cloudwatch.features   
org.jclouds.elb.features   
org.jclouds.iam.features   
org.jclouds.rds.features   
 

Uses of Transform in org.jclouds.cloudwatch.features
 

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

Uses of Transform in org.jclouds.elb.features
 

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

Uses of Transform in org.jclouds.iam.features
 

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

Uses of Transform in org.jclouds.rds.features
 

Methods in org.jclouds.rds.features with annotations of type Transform
 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.