Uses of Class
org.jclouds.openstack.swift.v1.options.ListContainerOptions
Packages that use ListContainerOptions
Package
Description
-
Uses of ListContainerOptions in org.jclouds.openstack.swift.v1.blobstore.functions
Methods in org.jclouds.openstack.swift.v1.blobstore.functions that return ListContainerOptions -
Uses of ListContainerOptions in org.jclouds.openstack.swift.v1.features
Methods in org.jclouds.openstack.swift.v1.features with parameters of type ListContainerOptionsModifier and TypeMethodDescriptioncom.google.common.collect.FluentIterable
<Container> ContainerApi.list
(ListContainerOptions options) Lists containers with the suppliedListContainerOptions
.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 ListContainerOptionsMethods in org.jclouds.openstack.swift.v1.options that return ListContainerOptionsModifier and TypeMethodDescriptionstatic ListContainerOptions
ListContainerOptions.Builder.delimiter
(char delimiter) ListContainerOptions.delimiter
(char delimiter) object names nested in the container are returned.static ListContainerOptions
object names less in value than the specified marker are returned.static ListContainerOptions
ListContainerOptions.Builder.limit
(int limit) ListContainerOptions.limit
(int limit) list operation returns no more than this amount.static ListContainerOptions
object names greater in value than the specified marker are returned.static ListContainerOptions
object names nested in the pseudo path are returned.static ListContainerOptions
object names beginning with this substring are returned.