|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ListContainerOptions | |
---|---|
org.jclouds.openstack.swift | |
org.jclouds.openstack.swift.blobstore.functions | |
org.jclouds.openstack.swift.options |
Uses of ListContainerOptions in org.jclouds.openstack.swift |
---|
Methods in org.jclouds.openstack.swift with parameters of type ListContainerOptions | |
---|---|
com.google.common.util.concurrent.ListenableFuture<? extends Set<ContainerMetadata>> |
CommonSwiftAsyncClient.listContainers(ListContainerOptions... options)
|
Set<ContainerMetadata> |
CommonSwiftClient.listContainers(ListContainerOptions... options)
GET operations against the X-Storage-Url for an identity are performed to retrieve a list of existing storage Containers ordered by name. |
com.google.common.util.concurrent.ListenableFuture<PageSet<ObjectInfo>> |
CommonSwiftAsyncClient.listObjects(String container,
ListContainerOptions... options)
|
PageSet<ObjectInfo> |
CommonSwiftClient.listObjects(String container,
ListContainerOptions... options)
|
Uses of ListContainerOptions in org.jclouds.openstack.swift.blobstore.functions |
---|
Methods in org.jclouds.openstack.swift.blobstore.functions that return ListContainerOptions | |
---|---|
ListContainerOptions |
BlobStoreListContainerOptionsToListContainerOptions.apply(ListContainerOptions from)
|
Uses of ListContainerOptions in org.jclouds.openstack.swift.options |
---|
Fields in org.jclouds.openstack.swift.options declared as ListContainerOptions | |
---|---|
static ListContainerOptions |
ListContainerOptions.NONE
|
Methods in org.jclouds.openstack.swift.options that return ListContainerOptions | |
---|---|
ListContainerOptions |
ListContainerOptions.afterMarker(String marker)
Indicates where to begin listing the account's containers. |
static ListContainerOptions |
ListContainerOptions.Builder.afterMarker(String marker)
|
ListContainerOptions |
ListContainerOptions.maxResults(int limit)
The maximum number of containers that will be included in the response body. |
static ListContainerOptions |
ListContainerOptions.Builder.maxResults(int limit)
|
ListContainerOptions |
ListContainerOptions.underPath(String path)
For a string value X, return the Object names nested in the pseudo path. |
static ListContainerOptions |
ListContainerOptions.Builder.underPath(String path)
|
ListContainerOptions |
ListContainerOptions.withPrefix(String prefix)
For a string value X, causes the results to be limited to Object names beginning with the substring X. |
static ListContainerOptions |
ListContainerOptions.Builder.withPrefix(String prefix)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |