Uses of Class
org.jclouds.openstack.swift.v1.domain.Segment
Packages that use Segment
-
Uses of Segment in org.jclouds.openstack.swift.v1.domain
Methods in org.jclouds.openstack.swift.v1.domain that return Segment -
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 SegmentModifier and TypeMethodDescriptionStaticLargeObjectApi.getManifest
(String objectName) Get a static large object's manifest.Method parameters in org.jclouds.openstack.swift.v1.features with type arguments of type SegmentModifier and TypeMethodDescriptionStaticLargeObjectApi.replaceManifest
(String objectName, List<Segment> segments, Map<String, String> metadata) Creates or updates a static large object's manifest.StaticLargeObjectApi.replaceManifest
(String objectName, List<Segment> segments, Map<String, String> metadata, Map<String, String> headers) Creates or updates a static large object's manifest.