|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ListCdnContainerOptions | |
|---|---|
| org.jclouds.cloudfiles | This package contains an Rackspace Cloud Files client implemented by HttpCommandExecutorService commands. |
| org.jclouds.cloudfiles.options | |
| Uses of ListCdnContainerOptions in org.jclouds.cloudfiles |
|---|
| Methods in org.jclouds.cloudfiles with parameters of type ListCdnContainerOptions | |
|---|---|
com.google.common.util.concurrent.ListenableFuture<? extends Set<ContainerCDNMetadata>> |
CloudFilesAsyncClient.listCDNContainers(ListCdnContainerOptions... options)
|
Set<ContainerCDNMetadata> |
CloudFilesClient.listCDNContainers(ListCdnContainerOptions... options)
|
| Uses of ListCdnContainerOptions in org.jclouds.cloudfiles.options |
|---|
| Fields in org.jclouds.cloudfiles.options declared as ListCdnContainerOptions | |
|---|---|
static ListCdnContainerOptions |
ListCdnContainerOptions.NONE
|
| Methods in org.jclouds.cloudfiles.options that return ListCdnContainerOptions | |
|---|---|
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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||