@Singleton public class CreateUniqueKeyPair extends Object implements com.google.common.base.Function<RegionAndName,KeyPair>
| Modifier and Type | Field and Description | 
|---|---|
protected EC2Client | 
ec2Client  | 
protected Logger | 
logger  | 
protected GroupNamingConvention.Factory | 
namingConvention  | 
| Constructor and Description | 
|---|
CreateUniqueKeyPair(EC2Client ec2Client,
                   GroupNamingConvention.Factory namingConvention)  | 
@Named(value="jclouds.compute") protected Logger logger
protected final EC2Client ec2Client
protected final GroupNamingConvention.Factory namingConvention
@Inject public CreateUniqueKeyPair(EC2Client ec2Client, GroupNamingConvention.Factory namingConvention)
public KeyPair apply(RegionAndName from)
apply in interface com.google.common.base.Function<RegionAndName,KeyPair>Copyright © 2009-2013 jclouds. All Rights Reserved.