| Package | Description | 
|---|---|
| org.jclouds.chef | |
| org.jclouds.chef.options | 
| Modifier and Type | Method and 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| SearchOptions | SearchOptions. query(String query)A valid search string. | 
| static SearchOptions | SearchOptions.Builder. query(String query) | 
| SearchOptions | SearchOptions. rows(int rows)The number of rows to return. | 
| static SearchOptions | SearchOptions.Builder. rows(int rows) | 
| SearchOptions | SearchOptions. sort(String sort)A sort string, such as 'name DESC'. | 
| SearchOptions | SearchOptions. start(int start)The result number to start from. | 
| static SearchOptions | SearchOptions.Builder. start(int start) | 
| static SearchOptions | SearchOptions.Builder. start(String start) | 
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.