Generated by
JDiff

Interface org.jclouds.openstack.swift.v1.SwiftApi

Removed Methods
AccountApi accountApiInRegion(String) @deprecated Please use .getAccountApiForRegion(String) as this method will be removed in jclouds 1.8.
BulkApi bulkApiInRegion(String) @deprecated Please use .getBulkApiForRegion(String) as this method will be removed in jclouds 1.8.
Set<String> configuredRegions() @deprecated Please use .getConfiguredRegions() as this method will be removed in jclouds 1.8.
ContainerApi containerApiInRegion(String) @deprecated Please use .getContainerApiForRegion(String) as this method will be removed in jclouds 1.8.
AccountApi getAccountApiForRegion(String)  
BulkApi getBulkApiForRegion(String)  
ContainerApi getContainerApiForRegion(String)  
ObjectApi getObjectApiForRegionAndContainer(String, String)  
StaticLargeObjectApi getStaticLargeObjectApiForRegionAndContainer(String, String)  
ObjectApi objectApiInRegionForContainer(String, String) @deprecated Please use .getObjectApiForRegionAndContainer(String, String) as this method will be removed in jclouds 1.8.
StaticLargeObjectApi staticLargeObjectApiInRegionForContainer(String, String) @deprecated Please use .getStaticLargeObjectApiForRegionAndContainer(String, String) as this method will be removed in jclouds 1.8.
 

Added Methods
AccountApi getAccountApi(String)  
BulkApi getBulkApi(String)  
ContainerApi getContainerApi(String)  
ObjectApi getObjectApi(String, String)  
StaticLargeObjectApi getStaticLargeObjectApi(String, String)