org.jclouds.aws.ec2.services
Interface AWSKeyPairAsyncClient

All Superinterfaces:
org.jclouds.ec2.services.KeyPairAsyncClient

public interface AWSKeyPairAsyncClient
extends org.jclouds.ec2.services.KeyPairAsyncClient

Author:
Adrian Cole

Method Summary
 com.google.common.util.concurrent.ListenableFuture<org.jclouds.ec2.domain.KeyPair> importKeyPairInRegion(String region, String keyName, String publicKeyMaterial)
           
 
Methods inherited from interface org.jclouds.ec2.services.KeyPairAsyncClient
createKeyPairInRegion, deleteKeyPairInRegion, describeKeyPairsInRegion
 

Method Detail

importKeyPairInRegion

@Named(value="ec2:ImportKeyPair")
com.google.common.util.concurrent.ListenableFuture<org.jclouds.ec2.domain.KeyPair> importKeyPairInRegion(@Nullable
                                                                                                               String region,
                                                                                                               String keyName,
                                                                                                               String publicKeyMaterial)
See Also:
AWSKeyPairClient.importKeyPairInRegion(java.lang.String, java.lang.String, java.lang.String)


Copyright © 2009-2013 jclouds. All Rights Reserved.