Uses of Class
org.jclouds.openstack.swift.v1.domain.ObjectList
-
Packages that use ObjectList Package Description org.jclouds.openstack.swift.v1.domain org.jclouds.openstack.swift.v1.features org.jclouds.openstack.swift.v1.functions -
-
Uses of ObjectList in org.jclouds.openstack.swift.v1.domain
Methods in org.jclouds.openstack.swift.v1.domain that return ObjectList Modifier and Type Method Description static ObjectListObjectList. create(List<SwiftObject> objects, Container container) -
Uses of ObjectList in org.jclouds.openstack.swift.v1.features
Methods in org.jclouds.openstack.swift.v1.features that return ObjectList Modifier and Type Method Description ObjectListObjectApi. list()Lists up to 10,000 objects.ObjectListObjectApi. list(ListContainerOptions options)Lists up to 10,000 objects. -
Uses of ObjectList in org.jclouds.openstack.swift.v1.functions
Methods in org.jclouds.openstack.swift.v1.functions that return ObjectList Modifier and Type Method Description ObjectListParseObjectListFromResponse. apply(HttpResponse from)
-