Uses of Class
org.jclouds.chef.domain.SearchResult
Packages that use SearchResult
-
Uses of SearchResult in org.jclouds.chef
Methods in org.jclouds.chef that return SearchResultModifier and TypeMethodDescriptionSearchResult
<? 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. -
Uses of SearchResult in org.jclouds.chef.functions
Methods in org.jclouds.chef.functions that return SearchResultModifier and TypeMethodDescriptionParseSearchDatabagFromJson.apply
(HttpResponse response) ParseSearchResultFromJson.apply
(HttpResponse response)