Uses of Class
org.jclouds.openstack.swift.v1.options.ListContainerOptions

Packages that use ListContainerOptions
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
 ListContainerOptions ToListContainerOptions.apply(org.jclouds.blobstore.options.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
 ObjectList ObjectApi.list(ListContainerOptions options)
          Lists up to 10,000 objects.
 com.google.common.collect.FluentIterable<Container> ContainerApi.list(ListContainerOptions options)
          Lists containers with the supplied ListContainerOptions.
 

Uses of ListContainerOptions in org.jclouds.openstack.swift.v1.options
 

Fields in org.jclouds.openstack.swift.v1.options declared as ListContainerOptions
static ListContainerOptions ListContainerOptions.NONE
           
 

Methods in org.jclouds.openstack.swift.v1.options that return ListContainerOptions
 ListContainerOptions ListContainerOptions.delimiter(char delimiter)
          object names nested in the container are returned.
static ListContainerOptions ListContainerOptions.Builder.delimiter(char delimiter)
           
 ListContainerOptions ListContainerOptions.endMarker(String endMarker)
          object names less in value than the specified marker are returned.
static ListContainerOptions ListContainerOptions.Builder.endMarker(String endMarker)
           
 ListContainerOptions ListContainerOptions.limit(int limit)
          list operation returns no more than this amount.
static ListContainerOptions ListContainerOptions.Builder.limit(int limit)
           
 ListContainerOptions ListContainerOptions.marker(String marker)
          object names greater in value than the specified marker are returned.
static ListContainerOptions ListContainerOptions.Builder.marker(String marker)
           
 ListContainerOptions ListContainerOptions.path(String path)
          object names nested in the pseudo path are returned.
static ListContainerOptions ListContainerOptions.Builder.path(String path)
           
 ListContainerOptions ListContainerOptions.prefix(String prefix)
          object names beginning with this substring are returned.
static ListContainerOptions ListContainerOptions.Builder.prefix(String prefix)
           
 



Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.