Uses of Class
org.jclouds.chef.options.SearchOptions
- 
Packages that use SearchOptions Package Description org.jclouds.chef org.jclouds.chef.options  - 
- 
Uses of SearchOptions in org.jclouds.chef
Methods in org.jclouds.chef with parameters of type SearchOptions Modifier and Type Method Description SearchResult<? extends Client>ChefApi. searchClients(SearchOptions options)Searches all clients that match the given options.SearchResult<? extends DatabagItem>ChefApi. searchDatabagItems(String databagName, SearchOptions options)Searches all items in a data bag that match the given options.SearchResult<? extends Environment>ChefApi. searchEnvironments(SearchOptions options)Searches all environments that match the given options.SearchResult<? extends Node>ChefApi. searchNodes(SearchOptions options)Searches all nodes that match the given options.SearchResult<? extends Role>ChefApi. searchRoles(SearchOptions options)Searches all roles that match the given options. - 
Uses of SearchOptions in org.jclouds.chef.options
Methods in org.jclouds.chef.options that return SearchOptions Modifier and Type Method Description static SearchOptionsSearchOptions.Builder. query(String query)SearchOptionsSearchOptions. query(String query)A valid search string.static SearchOptionsSearchOptions.Builder. rows(int rows)SearchOptionsSearchOptions. rows(int rows)The number of rows to return.SearchOptionsSearchOptions. sort(String sort)A sort string, such as 'name DESC'.static SearchOptionsSearchOptions.Builder. start(int start)static SearchOptionsSearchOptions.Builder. start(String start)SearchOptionsSearchOptions. start(int start)The result number to start from. 
 -