org.jclouds.ec2.compute.functions
Class ImagesToRegionAndIdMap
java.lang.Object
org.jclouds.ec2.compute.functions.ImagesToRegionAndIdMap
- All Implemented Interfaces:
- com.google.common.base.Function<Iterable<? extends org.jclouds.compute.domain.Image>,Map<RegionAndName,? extends org.jclouds.compute.domain.Image>>
@Singleton
public class ImagesToRegionAndIdMap
- extends Object
- implements com.google.common.base.Function<Iterable<? extends org.jclouds.compute.domain.Image>,Map<RegionAndName,? extends org.jclouds.compute.domain.Image>>
| 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 |
ImagesToRegionAndIdMap
public ImagesToRegionAndIdMap()
imagesToMap
public static Map<RegionAndName,? extends org.jclouds.compute.domain.Image> imagesToMap(Iterable<? extends org.jclouds.compute.domain.Image> input)
apply
public Map<RegionAndName,? extends org.jclouds.compute.domain.Image> apply(Iterable<? extends org.jclouds.compute.domain.Image> input)
- Specified by:
apply in interface com.google.common.base.Function<Iterable<? extends org.jclouds.compute.domain.Image>,Map<RegionAndName,? extends org.jclouds.compute.domain.Image>>
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.