org.jclouds.aws.ec2.services
Interface AWSKeyPairAsyncClient

All Superinterfaces:
KeyPairAsyncClient

public interface AWSKeyPairAsyncClient
extends KeyPairAsyncClient

Author:
Adrian Cole

Method Summary
 com.google.common.util.concurrent.ListenableFuture<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<KeyPair> importKeyPairInRegion(@Nullable
                                                                                  String region,
                                                                                  String keyName,
                                                                                  String publicKeyMaterial)
See Also:
KeyPairClient#importKeyPairInRegion


Copyright © 2009-2011 jclouds. All Rights Reserved.