org.jclouds.openstack.nova.ec2
Interface NovaEC2AsyncClient

All Superinterfaces:
EC2AsyncClient

public interface NovaEC2AsyncClient
extends EC2AsyncClient

Provides asynchronous access to EC2 services.

Author:
Adam Lowe

Field Summary
 
Fields inherited from interface org.jclouds.ec2.EC2AsyncClient
VERSION
 
Method Summary
 NovaEC2KeyPairAsyncClient getKeyPairServices()
          Provides asynchronous access to KeyPair services.
 
Methods inherited from interface org.jclouds.ec2.EC2AsyncClient
getAMIServices, getAvailabilityZoneAndRegionServices, getElasticBlockStoreServices, getElasticIPAddressServices, getInstanceServices, getSecurityGroupServices, getWindowsServices
 

Method Detail

getKeyPairServices

NovaEC2KeyPairAsyncClient getKeyPairServices()
Provides asynchronous access to KeyPair services.

Specified by:
getKeyPairServices in interface EC2AsyncClient


Copyright © 2009-2012 jclouds. All Rights Reserved.