public interface SwiftClient
SwiftAsyncClient
,
api docModifier and Type | Method and Description |
---|---|
AccountClient |
getAccountClientForRegion(String region)
Provides synchronous access to Account features.
|
Set<String> |
getConfiguredRegions() |
ContainerClient |
getContainerClientForRegion(String region)
Provides synchronous access to Container features.
|
ObjectClient |
getObjectClientForRegion(String region)
Provides synchronous access to Object features.
|
@Provides Set<String> getConfiguredRegions()
AccountClient getAccountClientForRegion(@Nullable String region)
ContainerClient getContainerClientForRegion(@Nullable String region)
ObjectClient getObjectClientForRegion(@Nullable String region)
Copyright © 2009-2012 jclouds. All Rights Reserved.