Package | Description |
---|---|
org.jclouds.aws.ec2 | |
org.jclouds.ec2.compute.strategy | |
org.jclouds.ec2.config |
Modifier and Type | Interface and Description |
---|---|
interface |
AWSEC2AsyncClient
Provides asynchronous access to EC2 services.
|
Modifier and Type | Field and Description |
---|---|
protected EC2AsyncClient |
DescribeImagesParallel.async |
protected EC2AsyncClient |
EC2ListNodesStrategy.client |
Constructor and Description |
---|
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) |
Modifier and Type | Class and Description |
---|---|
class |
EC2RestClientModule<S extends EC2Client,A extends EC2AsyncClient>
Configures the EC2 connection.
|
Modifier and Type | Method and Description |
---|---|
static EC2RestClientModule<EC2Client,EC2AsyncClient> |
EC2RestClientModule.create() |
Copyright © 2009-2012 jclouds. All Rights Reserved.