SearchResult<? extends Client> |
ChefApi.searchClients() |
Searches all clients.
|
SearchResult<? extends Client> |
ChefApi.searchClients(SearchOptions options) |
Searches all clients that match the given options.
|
SearchResult<? extends DatabagItem> |
ChefApi.searchDatabagItems(String databagName) |
Searches all items in a data bag.
|
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() |
Searches all environments.
|
SearchResult<? extends Environment> |
ChefApi.searchEnvironments(SearchOptions options) |
Searches all environments that match the given options.
|
SearchResult<? extends Node> |
ChefApi.searchNodes() |
Searches all nodes.
|
SearchResult<? extends Node> |
ChefApi.searchNodes(SearchOptions options) |
Searches all nodes that match the given options.
|
SearchResult<? extends Role> |
ChefApi.searchRoles() |
Searches all roles.
|
SearchResult<? extends Role> |
ChefApi.searchRoles(SearchOptions options) |
Searches all roles that match the given options.
|