Uses of Interface
org.jclouds.atmos.domain.BoundedSet
- 
Packages that use BoundedSet Package Description org.jclouds.atmos org.jclouds.atmos.blobstore.functions org.jclouds.atmos.domain.internal org.jclouds.atmos.functions  - 
- 
Uses of BoundedSet in org.jclouds.atmos
Methods in org.jclouds.atmos that return BoundedSet Modifier and Type Method Description BoundedSet<? extends DirectoryEntry>AtmosClient. listDirectories(ListOptions... options)BoundedSet<? extends DirectoryEntry>AtmosClient. listDirectory(String directoryName, ListOptions... options) - 
Uses of BoundedSet in org.jclouds.atmos.blobstore.functions
Methods in org.jclouds.atmos.blobstore.functions with parameters of type BoundedSet Modifier and Type Method Description PageSet<? extends StorageMetadata>DirectoryEntryListToResourceMetadataList. apply(BoundedSet<? extends DirectoryEntry> from) - 
Uses of BoundedSet in org.jclouds.atmos.domain.internal
Classes in org.jclouds.atmos.domain.internal that implement BoundedSet Modifier and Type Class Description classBoundedLinkedHashSet<T> - 
Uses of BoundedSet in org.jclouds.atmos.functions
Methods in org.jclouds.atmos.functions that return BoundedSet Modifier and Type Method Description BoundedSet<DirectoryEntry>ParseDirectoryListFromContentAndHeaders. apply(HttpResponse from)parses the http response headers to create a newBoundedSetobject. 
 -