Uses of Class
org.jclouds.rackspace.cloudfiles.v1.options.ListCDNContainerOptions
Packages that use ListCDNContainerOptions
Package
Description
-
Uses of ListCDNContainerOptions in org.jclouds.rackspace.cloudfiles.v1.features
Methods in org.jclouds.rackspace.cloudfiles.v1.features with parameters of type ListCDNContainerOptionsModifier and TypeMethodDescriptioncom.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 ListCDNContainerOptionsModifier and TypeMethodDescriptionstatic ListCDNContainerOptions
Given a string value x, returns container names lesser in value than the specified end marker.static ListCDNContainerOptions
ListCDNContainerOptions.Builder.limit
(int limit) ListCDNContainerOptions.limit
(int limit) For an integer value n, limits the number of results to n.static ListCDNContainerOptions
Given a string value x, returns container names greater in value than the specifiedmarker
.