| Package | Description |
|---|---|
| org.jclouds.ec2.compute.strategy | |
| org.jclouds.ec2.domain | |
| org.jclouds.ec2.services | |
| org.jclouds.ec2.xml |
| Modifier and Type | Method and Description |
|---|---|
protected com.google.common.base.Function<String,Set<? extends Reservation<? extends RunningInstance>>> |
EC2ListNodesStrategy.allInstancesInRegion() |
protected com.google.common.base.Function<String,Set<? extends Reservation<? extends RunningInstance>>> |
EC2ListNodesStrategy.instancesByIdInRegion(com.google.common.collect.Multimap<String,String> idsByRegions) |
| Modifier and Type | Method and Description |
|---|---|
Reservation<T> |
Reservation.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
int |
Reservation.compareTo(Reservation<T> other) |
Reservation.Builder<T> |
Reservation.Builder.fromReservation(Reservation<T> in) |
| Modifier and Type | Method and Description |
|---|---|
Reservation<? extends RunningInstance> |
InstanceClient.runInstancesInRegion(String region,
String nullableAvailabilityZone,
String imageId,
int minCount,
int maxCount,
RunInstancesOptions... options)
Deprecated.
Launches a specified number of instances of an AMI for which you have
permissions.
|
| Modifier and Type | Method and Description |
|---|---|
Set<? extends Reservation<? extends RunningInstance>> |
InstanceClient.describeInstancesInRegion(String region,
String... instanceIds)
Deprecated.
Returns information about instances that you own.
|
com.google.common.util.concurrent.ListenableFuture<? extends Set<? extends Reservation<? extends RunningInstance>>> |
InstanceAsyncClient.describeInstancesInRegion(String region,
String... instanceIds)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<? extends Reservation<? extends RunningInstance>> |
InstanceAsyncClient.runInstancesInRegion(String region,
String nullableAvailabilityZone,
String imageId,
int minCount,
int maxCount,
RunInstancesOptions... options)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Reservation<? extends RunningInstance> |
RunInstancesResponseHandler.getResult() |
protected Reservation<? extends RunningInstance> |
BaseReservationHandler.newReservation() |
| Modifier and Type | Method and Description |
|---|---|
Set<Reservation<? extends RunningInstance>> |
DescribeInstancesResponseHandler.getResult() |
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.