Uses of Class
org.jclouds.hpcloud.objectstorage.domain.CDNContainer

Packages that use CDNContainer
org.jclouds.hpcloud.objectstorage.domain   
org.jclouds.hpcloud.objectstorage.extensions   
org.jclouds.hpcloud.objectstorage.functions   
 

Uses of CDNContainer in org.jclouds.hpcloud.objectstorage.domain
 

Methods in org.jclouds.hpcloud.objectstorage.domain that return CDNContainer
 CDNContainer CDNContainer.Builder.build()
           
 

Methods in org.jclouds.hpcloud.objectstorage.domain with parameters of type CDNContainer
 int CDNContainer.compareTo(CDNContainer o)
           
 CDNContainer.Builder CDNContainer.Builder.fromCDNContainer(CDNContainer in)
           
 

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

Methods in org.jclouds.hpcloud.objectstorage.extensions that return CDNContainer
 CDNContainer CDNContainerApi.get(String container)
           
 

Methods in org.jclouds.hpcloud.objectstorage.extensions that return types with arguments of type CDNContainer
 com.google.common.util.concurrent.ListenableFuture<CDNContainer> CDNContainerAsyncApi.get(String container)
           
 com.google.common.util.concurrent.ListenableFuture<com.google.common.collect.FluentIterable<CDNContainer>> CDNContainerAsyncApi.list()
           
 com.google.common.collect.FluentIterable<CDNContainer> CDNContainerApi.list()
           
 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 CDNContainer in org.jclouds.hpcloud.objectstorage.functions
 

Methods in org.jclouds.hpcloud.objectstorage.functions that return CDNContainer
 CDNContainer ParseCDNContainerFromHeaders.apply(org.jclouds.http.HttpResponse from)
          parses the http response headers to create a new CDNContainer object.
 



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