Uses of Class
org.jclouds.googlecloud.options.ListOptions
Packages that use ListOptions
Package
Description
-
Uses of ListOptions in org.jclouds.googlecloud.internal
Classes in org.jclouds.googlecloud.internal with type parameters of type ListOptionsModifier and TypeClassDescriptionclass
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 ListOptionsModifier and TypeMethodDescriptionListOptions.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 -
Uses of ListOptions in org.jclouds.googlecomputeengine.options
Subclasses of ListOptions in org.jclouds.googlecomputeengine.optionsModifier and TypeClassDescriptionfinal class
Allows to optionally specify a filter, max results and a page token forlistPage
REST methods.