Uses of Class
org.jclouds.rackspace.cloudfiles.v1.domain.CDNContainer
-
Packages that use CDNContainer Package Description org.jclouds.rackspace.cloudfiles.v1.domain org.jclouds.rackspace.cloudfiles.v1.features org.jclouds.rackspace.cloudfiles.v1.functions -
-
Uses of CDNContainer in org.jclouds.rackspace.cloudfiles.v1.domain
Methods in org.jclouds.rackspace.cloudfiles.v1.domain that return CDNContainer Modifier and Type Method Description CDNContainer
CDNContainer.Builder. build()
Methods in org.jclouds.rackspace.cloudfiles.v1.domain with parameters of type CDNContainer Modifier and Type Method Description int
CDNContainer. compareTo(CDNContainer that)
CDNContainer.Builder
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 CDNContainer Modifier and Type Method Description CDNContainer
CDNApi. get(String containerName)
Gets the specified CDN Container.Methods in org.jclouds.rackspace.cloudfiles.v1.features that return types with arguments of type CDNContainer Modifier and Type Method Description com.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 CDNContainer Modifier and Type Method Description CDNContainer
ParseCDNContainerFromHeaders. apply(HttpResponse from)
parses the http response headers to create a newCDNContainer
object.
-