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 EC2Api
protected Logger
protected 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, wait
Methods inherited from interface com.google.common.base.Function
equals
-
Field Details
-
logger
-
ec2Api
-
namingConvention
-
-
Constructor Details
-
CreateUniqueKeyPair
-
-
Method Details
-
apply
- Specified by:
apply
in interfacecom.google.common.base.Function<RegionAndName,
KeyPair> - Specified by:
apply
in interfaceFunction<RegionAndName,
KeyPair>
-