Uses of Class
org.jclouds.rackspace.cloudfiles.v1.domain.CDNContainer
Packages that use CDNContainer
Package
Description
-
Uses of CDNContainer in org.jclouds.rackspace.cloudfiles.v1.domain
Methods in org.jclouds.rackspace.cloudfiles.v1.domain that return CDNContainerMethods in org.jclouds.rackspace.cloudfiles.v1.domain with parameters of type CDNContainerModifier and TypeMethodDescriptionint
CDNContainer.compareTo
(CDNContainer that) CDNContainer.Builder.fromContainer
(CDNContainer from) -
Uses of CDNContainer in org.jclouds.rackspace.cloudfiles.v1.features
Methods in org.jclouds.rackspace.cloudfiles.v1.features that return CDNContainerModifier and TypeMethodDescriptionGets the specified CDN Container.Methods in org.jclouds.rackspace.cloudfiles.v1.features that return types with arguments of type CDNContainerModifier and TypeMethodDescriptioncom.google.common.collect.FluentIterable
<CDNContainer> CDNApi.list()
Lists up to 10,000 CDN containers.com.google.common.collect.FluentIterable
<CDNContainer> CDNApi.list
(ListCDNContainerOptions options) Lists CDN containers, with the given options. -
Uses of CDNContainer in org.jclouds.rackspace.cloudfiles.v1.functions
Methods in org.jclouds.rackspace.cloudfiles.v1.functions that return CDNContainerModifier and TypeMethodDescriptionParseCDNContainerFromHeaders.apply
(HttpResponse from) parses the http response headers to create a newCDNContainer
object.