Class ImagesToRegionAndIdMap
- java.lang.Object
 - 
- org.jclouds.ec2.compute.functions.ImagesToRegionAndIdMap
 
 
- 
- All Implemented Interfaces:
 com.google.common.base.Function<Iterable<? extends Image>,Map<RegionAndName,? extends Image>>,Function<Iterable<? extends Image>,Map<RegionAndName,? extends Image>>
@Singleton public class ImagesToRegionAndIdMap extends Object implements com.google.common.base.Function<Iterable<? extends Image>,Map<RegionAndName,? extends Image>>
 
- 
- 
Constructor Summary
Constructors Constructor Description ImagesToRegionAndIdMap() 
- 
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<RegionAndName,? extends Image>apply(Iterable<? extends Image> input)static Map<RegionAndName,? extends Image>imagesToMap(Iterable<? extends Image> input) 
 - 
 
- 
- 
Method Detail
- 
imagesToMap
public static Map<RegionAndName,? extends Image> imagesToMap(Iterable<? extends Image> input)
 
- 
apply
public Map<RegionAndName,? extends Image> apply(Iterable<? extends Image> input)
 
 - 
 
 -