Modifier and Type | Method and Description |
---|---|
AccountAsyncApi |
getAccountApiForRegion(String region)
Provides asynchronous access to Account features.
|
Set<String> |
getConfiguredRegions() |
ContainerAsyncApi |
getContainerApiForRegion(String region)
Provides asynchronous access to Container features.
|
ExtensionAsyncApi |
getExtensionApiForRegion(String region)
Provides asynchronous access to Extension features.
|
ObjectAsyncApi |
getObjectApiForRegion(String region)
Provides asynchronous access to Object features.
|
@Provides Set<String> getConfiguredRegions()
ExtensionAsyncApi getExtensionApiForRegion(@Nullable String region)
AccountAsyncApi getAccountApiForRegion(@Nullable String region)
ContainerAsyncApi getContainerApiForRegion(@Nullable String region)
ObjectAsyncApi getObjectApiForRegion(@Nullable String region)
Copyright © 2009-2013 jclouds. All Rights Reserved.