| Package | Description | 
|---|---|
| org.jclouds.atmos | |
| org.jclouds.atmos.blobstore.functions | |
| org.jclouds.atmos.functions | 
| Modifier and Type | Method and Description | 
|---|---|
BoundedSet<? extends DirectoryEntry> | 
AtmosClient.listDirectories(ListOptions... options)  | 
BoundedSet<? extends DirectoryEntry> | 
AtmosClient.listDirectory(String directoryName,
             ListOptions... options)  | 
| Modifier and Type | Method and Description | 
|---|---|
com.google.common.util.concurrent.ListenableFuture<BoundedSet<? extends DirectoryEntry>> | 
AtmosAsyncClient.listDirectories(ListOptions... options)
Deprecated.  
  | 
com.google.common.util.concurrent.ListenableFuture<BoundedSet<? extends DirectoryEntry>> | 
AtmosAsyncClient.listDirectory(String directoryName,
             ListOptions... options)
Deprecated.  
  | 
| Modifier and Type | Method and Description | 
|---|---|
PageSet<? extends StorageMetadata> | 
DirectoryEntryListToResourceMetadataList.apply(BoundedSet<? extends DirectoryEntry> from)  | 
| Modifier and Type | Method and Description | 
|---|---|
BoundedSet<DirectoryEntry> | 
ParseDirectoryListFromContentAndHeaders.apply(HttpResponse from)
parses the http response headers to create a new  
BoundedSet object. | 
Copyright © 2009-2013 jclouds. All Rights Reserved.