org.jclouds.openstack.swift.v1
Interface SwiftApi


public interface SwiftApi

Provides synchronous access to Swift.

Author:
Adrian Cole
See Also:
SwiftAsyncApi, api doc

Method Summary
 AccountApi getAccountApiForRegion(String region)
          Provides synchronous access to Account features.
 Set<String> getConfiguredRegions()
           
 ContainerApi getContainerApiForRegion(String region)
          Provides synchronous access to Container features.
 ObjectApi getObjectApiForRegion(String region)
          Provides synchronous access to Object features.
 

Method Detail

getConfiguredRegions

@Provides
Set<String> getConfiguredRegions()
Returns:
the Region codes configured

getAccountApiForRegion

AccountApi getAccountApiForRegion(@Nullable
                                  String region)
Provides synchronous access to Account features.


getContainerApiForRegion

ContainerApi getContainerApiForRegion(@Nullable
                                      String region)
Provides synchronous access to Container features.


getObjectApiForRegion

ObjectApi getObjectApiForRegion(@Nullable
                                String region)
Provides synchronous access to Object features.



Copyright © 2009-2012 jclouds. All Rights Reserved.