public interface SwiftApi
SwiftAsyncApi
,
api docModifier and Type | Method and Description |
---|---|
AccountApi |
getAccountApiForRegion(String region)
Provides synchronous access to Account features.
|
Set<String> |
getConfiguredRegions() |
ContainerApi |
getContainerApiForRegion(String region)
Provides synchronous access to Container features.
|
ExtensionApi |
getExtensionApiForRegion(String region)
Provides synchronous access to Extension features.
|
ObjectApi |
getObjectApiForRegion(String region)
Provides synchronous access to Object features.
|
@Provides Set<String> getConfiguredRegions()
ExtensionApi getExtensionApiForRegion(@Nullable String region)
AccountApi getAccountApiForRegion(@Nullable String region)
ContainerApi getContainerApiForRegion(@Nullable String region)
Copyright © 2009-2013 jclouds. All Rights Reserved.