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 ObjectList
ObjectList. 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 ObjectList
ObjectApi. list()
Lists up to 10,000 objects.ObjectList
ObjectApi. 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 ObjectList
ParseObjectListFromResponse. apply(HttpResponse from)
-