Package | Description |
---|---|
org.jclouds.atmos | |
org.jclouds.atmos.blobstore.functions | |
org.jclouds.atmos.options |
Modifier and Type | Method and Description |
---|---|
BoundedSet<? extends DirectoryEntry> |
AtmosClient.listDirectories(ListOptions... options) |
com.google.common.util.concurrent.ListenableFuture<BoundedSet<? extends DirectoryEntry>> |
AtmosAsyncClient.listDirectories(ListOptions... options)
Deprecated.
|
BoundedSet<? extends DirectoryEntry> |
AtmosClient.listDirectory(String directoryName,
ListOptions... options) |
com.google.common.util.concurrent.ListenableFuture<BoundedSet<? extends DirectoryEntry>> |
AtmosAsyncClient.listDirectory(String directoryName,
ListOptions... options)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ListOptions |
BlobStoreListOptionsToListOptions.apply(ListContainerOptions from) |
Modifier and Type | Field and Description |
---|---|
static ListOptions |
ListOptions.NONE |
Modifier and Type | Method and Description |
---|---|
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) |
Copyright © 2009-2013 jclouds. All Rights Reserved.