org.jclouds.openstack.nova.ec2
Interface NovaEC2AsyncClient

All Superinterfaces:
Closeable, org.jclouds.ec2.EC2AsyncApi, org.jclouds.ec2.EC2AsyncClient

Deprecated. please use org.jclouds.ContextBuilder#buildApi(NovaEC2Client.class) as NovaEC2AsyncClient interface will be removed in jclouds 1.7.

@Deprecated
public interface NovaEC2AsyncClient
extends org.jclouds.ec2.EC2AsyncClient

Provides asynchronous access to EC2 services.

Author:
Adam Lowe

Method Summary
 NovaEC2KeyPairAsyncClient getKeyPairServices()
          Deprecated. 
 
Methods inherited from interface org.jclouds.ec2.EC2AsyncClient
getAMIServices, getAvailabilityZoneAndRegionServices, getElasticBlockStoreServices, getElasticIPAddressServices, getInstanceServices, getSecurityGroupServices, getWindowsServices
 
Methods inherited from interface org.jclouds.ec2.EC2AsyncApi
getConfiguredRegions, getSubnetApi, getSubnetApiForRegion, getTagApi, getTagApiForRegion, getWindowsApi, getWindowsApiForRegion
 
Methods inherited from interface java.io.Closeable
close
 

Method Detail

getKeyPairServices

NovaEC2KeyPairAsyncClient getKeyPairServices()
Deprecated. 

Specified by:
getKeyPairServices in interface org.jclouds.ec2.EC2AsyncClient


Copyright © 2009-2013 jclouds. All Rights Reserved.