Package | Description |
---|---|
org.jclouds.rackspace.cloudfiles.v1.features | |
org.jclouds.rackspace.cloudfiles.v1.options |
Modifier and Type | Method and Description |
---|---|
com.google.common.collect.FluentIterable<CDNContainer> |
CDNApi.list(ListCDNContainerOptions options)
Lists CDN containers, with the given options.
|
Modifier and Type | Method and Description |
---|---|
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.endMarker(String endMarker) |
ListCDNContainerOptions |
ListCDNContainerOptions.limit(int limit)
For an integer value n, limits the number of results to n.
|
static ListCDNContainerOptions |
ListCDNContainerOptions.Builder.limit(int limit) |
ListCDNContainerOptions |
ListCDNContainerOptions.marker(String marker)
Given a string value x, returns container names greater in value than the specified
marker . |
static ListCDNContainerOptions |
ListCDNContainerOptions.Builder.marker(String marker) |
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.