public interface JoyentCloudAsyncApi
JoyentCloudApi, 
api doc| Modifier and Type | Method and Description | 
|---|---|
Set<String> | 
getConfiguredDatacenters()  | 
DatacenterAsyncApi | 
getDatacenterApi()
Provides asynchronous access to Datacenter features. 
 | 
DatasetAsyncApi | 
getDatasetApiForDatacenter(String datacenter)
Provides asynchronous access to Dataset features. 
 | 
KeyAsyncApi | 
getKeyApi()
Provides asynchronous access to Key features. 
 | 
MachineAsyncApi | 
getMachineApiForDatacenter(String datacenter)
Provides asynchronous access to Machine features. 
 | 
PackageAsyncApi | 
getPackageApiForDatacenter(String datacenter)
Provides asynchronous access to Package features. 
 | 
@Provides Set<String> getConfiguredDatacenters()
DatacenterAsyncApi getDatacenterApi()
KeyAsyncApi getKeyApi()
MachineAsyncApi getMachineApiForDatacenter(@Nullable String datacenter)
DatasetAsyncApi getDatasetApiForDatacenter(@Nullable String datacenter)
PackageAsyncApi getPackageApiForDatacenter(@Nullable String datacenter)
Copyright © 2009-2013 jclouds. All Rights Reserved.