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

com.google.common.util.concurrent.ListenableFuture<org.jclouds.ec2.domain.KeyPair> importKeyPairInRegion(@Nullable
                                                                                                         String region,
                                                                                                         String keyName,
                                                                                                         String publicKeyMaterial)
See Also:
KeyPairClient#importKeyPairInRegion


Copyright © 2009-2011 jclouds. All Rights Reserved.