Class PresentInstances

java.lang.Object
org.jclouds.ec2.compute.functions.PresentInstances
All Implemented Interfaces:
com.google.common.base.Function<Set<RegionAndName>,Set<RunningInstance>>, Function<Set<RegionAndName>,Set<RunningInstance>>
Direct Known Subclasses:
PresentSpotRequestsAndInstances

@Singleton public class PresentInstances extends Object implements com.google.common.base.Function<Set<RegionAndName>,Set<RunningInstance>>
returns the instances present in the list. Makes a single rest call per aggregate on region.