Class PresentSpotRequestsAndInstances

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

@Singleton public class PresentSpotRequestsAndInstances extends PresentInstances
returns either the instances present in the list, or spot instances, if they ids start with sir-. Makes a single rest call per aggregate on region.