Class CreateUniqueKeyPair
java.lang.Object
org.jclouds.ec2.compute.functions.CreateUniqueKeyPair
- All Implemented Interfaces:
 com.google.common.base.Function<RegionAndName,,KeyPair> Function<RegionAndName,KeyPair> 
@Singleton
public class CreateUniqueKeyPair
extends Object
implements com.google.common.base.Function<RegionAndName,KeyPair> 
- 
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final EC2Apiprotected Loggerprotected final GroupNamingConvention.Factory - 
Constructor Summary
ConstructorsConstructorDescriptionCreateUniqueKeyPair(EC2Api ec2Api, GroupNamingConvention.Factory namingConvention)  - 
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.google.common.base.Function
equals 
- 
Field Details
- 
logger
 - 
ec2Api
 - 
namingConvention
 
 - 
 - 
Constructor Details
- 
CreateUniqueKeyPair
 
 - 
 - 
Method Details
- 
apply
- Specified by:
 applyin interfacecom.google.common.base.Function<RegionAndName,KeyPair> - Specified by:
 applyin interfaceFunction<RegionAndName,KeyPair> 
 
 -