Uses of Class
org.jclouds.openstack.swift.v1.domain.Segment
-
Packages that use Segment Package Description org.jclouds.openstack.swift.v1.domain org.jclouds.openstack.swift.v1.features -
-
Uses of Segment in org.jclouds.openstack.swift.v1.domain
Methods in org.jclouds.openstack.swift.v1.domain that return Segment Modifier and Type Method Description Segment
Segment.Builder. build()
-
Uses of Segment in org.jclouds.openstack.swift.v1.features
Methods in org.jclouds.openstack.swift.v1.features that return types with arguments of type Segment Modifier and Type Method Description List<Segment>
StaticLargeObjectApi. getManifest(String objectName)
Get a static large object's manifest.Method parameters in org.jclouds.openstack.swift.v1.features with type arguments of type Segment Modifier and Type Method Description String
StaticLargeObjectApi. replaceManifest(String objectName, List<Segment> segments, Map<String,String> metadata)
Creates or updates a static large object's manifest.String
StaticLargeObjectApi. replaceManifest(String objectName, List<Segment> segments, Map<String,String> metadata, Map<String,String> headers)
Creates or updates a static large object's manifest.
-