|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ListOptions | |
---|---|
org.jclouds.atmos | |
org.jclouds.atmos.blobstore.functions | |
org.jclouds.atmos.options |
Uses of ListOptions in org.jclouds.atmos |
---|
Methods in org.jclouds.atmos with parameters of type ListOptions | |
---|---|
BoundedSet<? extends DirectoryEntry> |
AtmosClient.listDirectories(ListOptions... options)
|
com.google.common.util.concurrent.ListenableFuture<BoundedSet<? extends DirectoryEntry>> |
AtmosAsyncClient.listDirectories(ListOptions... options)
|
BoundedSet<? extends DirectoryEntry> |
AtmosClient.listDirectory(String directoryName,
ListOptions... options)
|
com.google.common.util.concurrent.ListenableFuture<BoundedSet<? extends DirectoryEntry>> |
AtmosAsyncClient.listDirectory(String directoryName,
ListOptions... options)
|
Uses of ListOptions in org.jclouds.atmos.blobstore.functions |
---|
Methods in org.jclouds.atmos.blobstore.functions that return ListOptions | |
---|---|
ListOptions |
BlobStoreListOptionsToListOptions.apply(ListContainerOptions from)
|
Uses of ListOptions in org.jclouds.atmos.options |
---|
Fields in org.jclouds.atmos.options declared as ListOptions | |
---|---|
static ListOptions |
ListOptions.NONE
|
Methods in org.jclouds.atmos.options that return ListOptions | |
---|---|
ListOptions |
ListOptions.includeMeta()
the maximum number of items that should be returned. |
static ListOptions |
ListOptions.Builder.includeMeta()
|
ListOptions |
ListOptions.limit(int maxresults)
the maximum number of items that should be returned. |
static ListOptions |
ListOptions.Builder.limit(int maxKeys)
|
ListOptions |
ListOptions.token(String token)
specifies the position to resume listing note this is an opaque value and should not be interpreted. |
static ListOptions |
ListOptions.Builder.token(String token)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |