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 ListContainerOptionsToListContainerOptions. 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.ObjectListObjectApi. 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 ListContainerOptionsListContainerOptions. NONEMethods in org.jclouds.openstack.swift.v1.options that return ListContainerOptions Modifier and Type Method Description static ListContainerOptionsListContainerOptions.Builder. delimiter(char delimiter)ListContainerOptionsListContainerOptions. delimiter(char delimiter)object names nested in the container are returned.static ListContainerOptionsListContainerOptions.Builder. endMarker(String endMarker)ListContainerOptionsListContainerOptions. endMarker(String endMarker)object names less in value than the specified marker are returned.static ListContainerOptionsListContainerOptions.Builder. limit(int limit)ListContainerOptionsListContainerOptions. limit(int limit)list operation returns no more than this amount.static ListContainerOptionsListContainerOptions.Builder. marker(String marker)ListContainerOptionsListContainerOptions. marker(String marker)object names greater in value than the specified marker are returned.static ListContainerOptionsListContainerOptions.Builder. path(String path)ListContainerOptionsListContainerOptions. path(String path)object names nested in the pseudo path are returned.static ListContainerOptionsListContainerOptions.Builder. prefix(String prefix)ListContainerOptionsListContainerOptions. prefix(String prefix)object names beginning with this substring are returned.
-