@Singleton public class PresentInstances extends Object implements com.google.common.base.Function<Set<RegionAndName>,Set<RunningInstance>>
| Modifier and Type | Field and Description |
|---|---|
protected org.jclouds.logging.Logger |
logger |
| Constructor and Description |
|---|
PresentInstances(EC2Api client) |
| Modifier and Type | Method and Description |
|---|---|
Set<RunningInstance> |
apply(Set<RegionAndName> regionAndIds) |
String |
toString() |
@Inject public PresentInstances(EC2Api client)
public Set<RunningInstance> apply(Set<RegionAndName> regionAndIds)
apply in interface Function<Set<RegionAndName>,Set<RunningInstance>>Copyright © 2009–2021 The Apache Software Foundation. All rights reserved.