Uses of Class
org.jclouds.googlecloud.options.ListOptions
-
Packages that use ListOptions Package Description org.jclouds.googlecloud.internal org.jclouds.googlecloud.options org.jclouds.googlecloudstorage.options org.jclouds.googlecomputeengine.options -
-
Uses of ListOptions in org.jclouds.googlecloud.internal
Classes in org.jclouds.googlecloud.internal with type parameters of type ListOptions Modifier and Type Class Description class
BaseArg0ToIteratorOfListPage<T,O extends ListOptions,I extends BaseArg0ToIteratorOfListPage<T,O,I>>
class
BaseCallerArg0ToIteratorOfListPage<T,O extends ListOptions,I extends BaseCallerArg0ToIteratorOfListPage<T,O,I>>
class
BaseToIteratorOfListPage<T,O extends ListOptions,I extends BaseToIteratorOfListPage<T,O,I>>
-
Uses of ListOptions in org.jclouds.googlecloud.options
Methods in org.jclouds.googlecloud.options that return ListOptions Modifier and Type Method Description ListOptions
ListOptions. maxResults(Integer maxResults)
Sets Maximum count of results to be returned. -
Uses of ListOptions in org.jclouds.googlecloudstorage.options
Subclasses of ListOptions in org.jclouds.googlecloudstorage.options Modifier and Type Class Description class
ListOptions
-
Uses of ListOptions in org.jclouds.googlecomputeengine.options
Subclasses of ListOptions in org.jclouds.googlecomputeengine.options Modifier and Type Class Description class
ListOptions
Allows to optionally specify a filter, max results and a page token forlistPage
REST methods.
-