Package org.jclouds.openstack.swift.v1
Interface SwiftApi
- All Superinterfaces:
AutoCloseable
,Closeable
- All Known Subinterfaces:
CloudFilesApi
Provides access to the OpenStack Object Storage (Swift) API.
OpenStack Object Storage is an object-based storage system that stores content and metadata
as objects. You create, modify, and get objects and metadata using this API.
-
Method Summary
Modifier and TypeMethodDescriptiongetAccountApi
(String region) getBulkApi
(String region) getContainerApi
(String region) getDynamicLargeObjectApi
(String region, String containerName) getObjectApi
(String region, String containerName) getStaticLargeObjectApi
(String region, String containerName)
-
Method Details
-
getConfiguredRegions
-
getAccountApi
-
getBulkApi
-
getContainerApi
-
getObjectApi
-
getStaticLargeObjectApi
@Path("/{containerName}") StaticLargeObjectApi getStaticLargeObjectApi(String region, @PathParam("containerName") String containerName) -
getDynamicLargeObjectApi
@Path("/{containerName}") DynamicLargeObjectApi getDynamicLargeObjectApi(String region, @PathParam("containerName") String containerName)
-