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>>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionMap
<RegionAndName, ? extends Image> static Map
<RegionAndName, ? extends Image> imagesToMap
(Iterable<? extends Image> input) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.google.common.base.Function
equals
-
Constructor Details
-
ImagesToRegionAndIdMap
public ImagesToRegionAndIdMap()
-
-
Method Details