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 SegmentSegment.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 StringStaticLargeObjectApi. replaceManifest(String objectName, List<Segment> segments, Map<String,String> metadata)Creates or updates a static large object's manifest.StringStaticLargeObjectApi. replaceManifest(String objectName, List<Segment> segments, Map<String,String> metadata, Map<String,String> headers)Creates or updates a static large object's manifest. 
 -