org.jclouds.openstack.nova.ec2.services
Interface NovaEC2KeyPairAsyncClient

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

public interface NovaEC2KeyPairAsyncClient
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:
NovaEC2KeyPairClient.importKeyPairInRegion(String, String, String)


Copyright © 2009-2013 jclouds. All Rights Reserved.