Uses of Interface
org.jclouds.ec2.EC2AsyncClient

Packages that use EC2AsyncClient
org.jclouds.aws.ec2   
org.jclouds.ec2.compute.strategy   
org.jclouds.ec2.config   
 

Uses of EC2AsyncClient in org.jclouds.aws.ec2
 

Subinterfaces of EC2AsyncClient in org.jclouds.aws.ec2
 interface AWSEC2AsyncClient
          Provides asynchronous access to EC2 services.
 

Uses of EC2AsyncClient in org.jclouds.ec2.compute.strategy
 

Fields in org.jclouds.ec2.compute.strategy declared as EC2AsyncClient
protected  EC2AsyncClient DescribeImagesParallel.async
           
protected  EC2AsyncClient EC2ListNodesStrategy.client
           
 

Constructors in org.jclouds.ec2.compute.strategy with parameters of type EC2AsyncClient
DescribeImagesParallel(EC2AsyncClient async, ExecutorService executor)
           
EC2ListNodesStrategy(EC2AsyncClient client, com.google.common.base.Supplier<Set<String>> regions, com.google.common.base.Function<RunningInstance,NodeMetadata> runningInstanceToNodeMetadata, ExecutorService executor)
           
 

Uses of EC2AsyncClient in org.jclouds.ec2.config
 

Classes in org.jclouds.ec2.config with type parameters of type EC2AsyncClient
 class EC2RestClientModule<S extends EC2Client,A extends EC2AsyncClient>
          Configures the EC2 connection.
 

Methods in org.jclouds.ec2.config that return types with arguments of type EC2AsyncClient
static EC2RestClientModule<EC2Client,EC2AsyncClient> EC2RestClientModule.create()
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.