Package | Description |
---|---|
org.jclouds.cloudfiles |
This package contains an Rackspace Cloud Files client implemented by
HttpCommandExecutorService commands. |
org.jclouds.cloudfiles.options |
Modifier and Type | Method and Description |
---|---|
Set<ContainerCDNMetadata> |
CloudFilesClient.listCDNContainers(ListCdnContainerOptions... options)
Retrieve a list of existing CDN-enabled containers.
|
com.google.common.util.concurrent.ListenableFuture<? extends Set<ContainerCDNMetadata>> |
CloudFilesAsyncClient.listCDNContainers(ListCdnContainerOptions... options) |
Modifier and Type | Field and Description |
---|---|
static ListCdnContainerOptions |
ListCdnContainerOptions.NONE |
Modifier and Type | Method and Description |
---|---|
ListCdnContainerOptions |
ListCdnContainerOptions.afterMarker(String marker)
Indicates where to begin listing the identity's containers.
|
static ListCdnContainerOptions |
ListCdnContainerOptions.Builder.afterMarker(String marker) |
ListCdnContainerOptions |
ListCdnContainerOptions.enabledOnly() |
static ListCdnContainerOptions |
ListCdnContainerOptions.Builder.enabledOnly() |
ListCdnContainerOptions |
ListCdnContainerOptions.maxResults(int limit)
The maximum number of containers that will be included in the response body.
|
static ListCdnContainerOptions |
ListCdnContainerOptions.Builder.maxResults(int limit) |
Copyright © 2009-2013 jclouds. All Rights Reserved.