public interface SwiftApi extends Closeable
org.jclouds.openstack.swift.SwiftClient
in jclouds 2.0 and it is recommended you adopt it sooner than later.AccountApi getAccountApiForRegion(@Nullable String region)
ContainerApi getContainerApiForRegion(@Nullable String region)
ObjectApi getObjectApiForRegionAndContainer(@Nullable String region, String containerName)
StaticLargeObjectApi getStaticLargeObjectApiForRegionAndContainer(@Nullable String region, String containerName)
@Deprecated @Provides Set<String> configuredRegions()
getConfiguredRegions()
as this method will be removed in jclouds 1.8.@Deprecated AccountApi accountApiInRegion(@Nullable String region)
getAccountApiForRegion(String)
as this method will be removed in jclouds 1.8.@Deprecated BulkApi bulkApiInRegion(@Nullable String region)
getBulkApiForRegion(String)
as this method will be removed in jclouds 1.8.@Deprecated ContainerApi containerApiInRegion(@Nullable String region)
getContainerApiForRegion(String)
as this method will be removed in
jclouds 1.8.@Deprecated ObjectApi objectApiInRegionForContainer(@Nullable String region, String containerName)
getObjectApiForRegionAndContainer(String, String)
as this method will be
removed in jclouds 1.8.@Deprecated StaticLargeObjectApi staticLargeObjectApiInRegionForContainer(@Nullable String region, String containerName)
getStaticLargeObjectApiForRegionAndContainer(String, String)
as this method
will be removed in jclouds 1.8.Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.