Uses of Class
org.jclouds.hpcloud.objectstorage.options.ListCDNContainerOptions

Packages that use ListCDNContainerOptions
org.jclouds.hpcloud.objectstorage.extensions   
org.jclouds.hpcloud.objectstorage.options   
 

Uses of ListCDNContainerOptions in org.jclouds.hpcloud.objectstorage.extensions
 

Methods in org.jclouds.hpcloud.objectstorage.extensions with parameters of type ListCDNContainerOptions
 com.google.common.util.concurrent.ListenableFuture<com.google.common.collect.FluentIterable<CDNContainer>> CDNContainerAsyncApi.list(ListCDNContainerOptions options)
           
 com.google.common.collect.FluentIterable<CDNContainer> CDNContainerApi.list(ListCDNContainerOptions options)
           
 

Uses of ListCDNContainerOptions in org.jclouds.hpcloud.objectstorage.options
 

Fields in org.jclouds.hpcloud.objectstorage.options declared as ListCDNContainerOptions
static ListCDNContainerOptions ListCDNContainerOptions.NONE
           
 

Methods in org.jclouds.hpcloud.objectstorage.options that return ListCDNContainerOptions
 ListCDNContainerOptions ListCDNContainerOptions.afterMarker(String marker)
          Indicates where to begin listing the identity's containers.
static ListCDNContainerOptions ListCDNContainerOptions.Builder.afterMarker(String marker)
           
 ListCDNContainerOptions ListCDNContainerOptions.enabledOnly()
           
static ListCDNContainerOptions ListCDNContainerOptions.Builder.enabledOnly()
           
 ListCDNContainerOptions ListCDNContainerOptions.maxResults(int limit)
          The maximum number of containers that will be included in the response body.
static ListCDNContainerOptions ListCDNContainerOptions.Builder.maxResults(int limit)
           
 



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