Uses of Class
org.jclouds.atmos.options.ListOptions
-
Packages that use ListOptions Package Description 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 Modifier and Type Method Description BoundedSet<? extends DirectoryEntry>
AtmosClient. listDirectories(ListOptions... options)
BoundedSet<? extends DirectoryEntry>
AtmosClient. listDirectory(String directoryName, ListOptions... options)
-
Uses of ListOptions in org.jclouds.atmos.blobstore.functions
Methods in org.jclouds.atmos.blobstore.functions that return ListOptions Modifier and Type Method Description ListOptions
BlobStoreListOptionsToListOptions. apply(ListContainerOptions from)
-
Uses of ListOptions in org.jclouds.atmos.options
Fields in org.jclouds.atmos.options declared as ListOptions Modifier and Type Field Description static ListOptions
ListOptions. NONE
Methods in org.jclouds.atmos.options that return ListOptions Modifier and Type Method Description static ListOptions
ListOptions.Builder. includeMeta()
ListOptions
ListOptions. includeMeta()
the maximum number of items that should be returned.static ListOptions
ListOptions.Builder. limit(int maxKeys)
ListOptions
ListOptions. limit(int maxresults)
the maximum number of items that should be returned.static ListOptions
ListOptions.Builder. token(String token)
ListOptions
ListOptions. token(String token)
specifies the position to resume listing
-