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 ListCDNContainerOptions
ListCDNContainerOptions.Builder. endMarker(String endMarker)
ListCDNContainerOptions
ListCDNContainerOptions. endMarker(String endMarker)
Given a string value x, returns container names lesser in value than the specified end marker.static ListCDNContainerOptions
ListCDNContainerOptions.Builder. limit(int limit)
ListCDNContainerOptions
ListCDNContainerOptions. limit(int limit)
For an integer value n, limits the number of results to n.static ListCDNContainerOptions
ListCDNContainerOptions.Builder. marker(String marker)
ListCDNContainerOptions
ListCDNContainerOptions. marker(String marker)
Given a string value x, returns container names greater in value than the specifiedmarker
.
-