public interface CloudFilesApi extends SwiftApi
| Modifier and Type | Method and Description |
|---|---|
CDNApi |
cdnApiInRegion(String region)
Deprecated.
Please use
getCDNApiForRegion(String). This method will be removed in jclouds 1.8. |
CDNApi |
getCDNApiForRegion(String region)
Provides access to Cloud Files CDN features.
|
accountApiInRegion, bulkApiInRegion, configuredRegions, containerApiInRegion, getAccountApiForRegion, getBulkApiForRegion, getConfiguredRegions, getContainerApiForRegion, getObjectApiForRegionAndContainer, getStaticLargeObjectApiForRegionAndContainer, objectApiInRegionForContainer, staticLargeObjectApiInRegionForContainerCDNApi getCDNApiForRegion(@Nullable String region)
region - the region to access the CDN API.CDNApi for the specified region.@Deprecated CDNApi cdnApiInRegion(@Nullable String region)
getCDNApiForRegion(String). This method will be removed in jclouds 1.8.region - the region to access the CDN API.CDNApi for the specified region.Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.