| Package | Description |
|---|---|
| org.jclouds.ec2.compute.functions | |
| org.jclouds.ec2.compute.strategy | |
| org.jclouds.ec2.domain | |
| org.jclouds.ec2.services | |
| org.jclouds.ec2.xml |
| Modifier and Type | Method and Description |
|---|---|
org.jclouds.compute.domain.Image |
EC2ImageParser.apply(Image from) |
| Modifier and Type | Method and Description |
|---|---|
Image |
EC2GetImageStrategy.getImageInRegion(String region,
String id) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<? extends Image> |
DescribeImagesParallel.apply(Iterable<Map.Entry<String,DescribeImagesOptions>> queries) |
| Modifier and Type | Method and Description |
|---|---|
void |
ReviseParsedImage.reviseParsedImage(Image from,
org.jclouds.compute.domain.ImageBuilder builder,
org.jclouds.compute.domain.OsFamily family,
org.jclouds.compute.domain.OperatingSystem.Builder osBuilder) |
void |
ReviseParsedImage.NoopReviseParsedImage.reviseParsedImage(Image from,
org.jclouds.compute.domain.ImageBuilder builder,
org.jclouds.compute.domain.OsFamily family,
org.jclouds.compute.domain.OperatingSystem.Builder osBuilder) |
| Constructor and Description |
|---|
EC2GetImageStrategy(EC2Client client,
com.google.common.base.Function<Image,org.jclouds.compute.domain.Image> imageToImage) |
| Modifier and Type | Method and Description |
|---|---|
int |
Image.compareTo(Image o) |
| Modifier and Type | Method and Description |
|---|---|
Set<? extends Image> |
AMIClient.describeImagesInRegion(String region,
DescribeImagesOptions... options)
Deprecated.
Returns information about AMIs, AKIs, and ARIs.
|
com.google.common.util.concurrent.ListenableFuture<Set<? extends Image>> |
AMIAsyncClient.describeImagesInRegion(String region,
DescribeImagesOptions... options)
Deprecated.
|
| Modifier and Type | Field and Description |
|---|---|
protected Set<Image> |
DescribeImagesResponseHandler.contents |
| Modifier and Type | Method and Description |
|---|---|
Set<Image> |
DescribeImagesResponseHandler.getResult() |
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.