Uses of Class
org.jclouds.rackspace.cloudfiles.v1.options.ListCDNContainerOptions
-
Packages that use ListCDNContainerOptions Package Description org.jclouds.rackspace.cloudfiles.v1.features org.jclouds.rackspace.cloudfiles.v1.options -
-
Uses of ListCDNContainerOptions in org.jclouds.rackspace.cloudfiles.v1.features
Methods in org.jclouds.rackspace.cloudfiles.v1.features with parameters of type ListCDNContainerOptions Modifier and Type Method Description com.google.common.collect.FluentIterable<CDNContainer>CDNApi. list(ListCDNContainerOptions options)Lists CDN containers, with the given options. -
Uses of ListCDNContainerOptions in org.jclouds.rackspace.cloudfiles.v1.options
Methods in org.jclouds.rackspace.cloudfiles.v1.options that return ListCDNContainerOptions Modifier and Type Method Description static ListCDNContainerOptionsListCDNContainerOptions.Builder. endMarker(String endMarker)ListCDNContainerOptionsListCDNContainerOptions. endMarker(String endMarker)Given a string value x, returns container names lesser in value than the specified end marker.static ListCDNContainerOptionsListCDNContainerOptions.Builder. limit(int limit)ListCDNContainerOptionsListCDNContainerOptions. limit(int limit)For an integer value n, limits the number of results to n.static ListCDNContainerOptionsListCDNContainerOptions.Builder. marker(String marker)ListCDNContainerOptionsListCDNContainerOptions. marker(String marker)Given a string value x, returns container names greater in value than the specifiedmarker.
-