Uses of Class
org.jclouds.openstack.swift.v1.options.ListContainerOptions
-
Packages that use ListContainerOptions Package Description org.jclouds.openstack.swift.v1.blobstore.functions org.jclouds.openstack.swift.v1.features org.jclouds.openstack.swift.v1.options -
-
Uses of ListContainerOptions in org.jclouds.openstack.swift.v1.blobstore.functions
Methods in org.jclouds.openstack.swift.v1.blobstore.functions that return ListContainerOptions Modifier and Type Method Description ListContainerOptions
ToListContainerOptions. apply(ListContainerOptions from)
-
Uses of ListContainerOptions in org.jclouds.openstack.swift.v1.features
Methods in org.jclouds.openstack.swift.v1.features with parameters of type ListContainerOptions Modifier and Type Method Description com.google.common.collect.FluentIterable<Container>
ContainerApi. list(ListContainerOptions options)
Lists containers with the suppliedListContainerOptions
.ObjectList
ObjectApi. list(ListContainerOptions options)
Lists up to 10,000 objects. -
Uses of ListContainerOptions in org.jclouds.openstack.swift.v1.options
Fields in org.jclouds.openstack.swift.v1.options declared as ListContainerOptions Modifier and Type Field Description static ListContainerOptions
ListContainerOptions. NONE
Methods in org.jclouds.openstack.swift.v1.options that return ListContainerOptions Modifier and Type Method Description static ListContainerOptions
ListContainerOptions.Builder. delimiter(char delimiter)
ListContainerOptions
ListContainerOptions. delimiter(char delimiter)
object names nested in the container are returned.static ListContainerOptions
ListContainerOptions.Builder. endMarker(String endMarker)
ListContainerOptions
ListContainerOptions. endMarker(String endMarker)
object names less in value than the specified marker are returned.static ListContainerOptions
ListContainerOptions.Builder. limit(int limit)
ListContainerOptions
ListContainerOptions. limit(int limit)
list operation returns no more than this amount.static ListContainerOptions
ListContainerOptions.Builder. marker(String marker)
ListContainerOptions
ListContainerOptions. marker(String marker)
object names greater in value than the specified marker are returned.static ListContainerOptions
ListContainerOptions.Builder. path(String path)
ListContainerOptions
ListContainerOptions. path(String path)
object names nested in the pseudo path are returned.static ListContainerOptions
ListContainerOptions.Builder. prefix(String prefix)
ListContainerOptions
ListContainerOptions. prefix(String prefix)
object names beginning with this substring are returned.
-