Uses of Class
org.jclouds.chef.domain.DatabagItem
-
Packages that use DatabagItem Package Description org.jclouds.chef org.jclouds.chef.config org.jclouds.chef.functions -
-
Uses of DatabagItem in org.jclouds.chef
Methods in org.jclouds.chef that return DatabagItem Modifier and Type Method Description DatabagItemChefApi. createDatabagItem(String databagName, DatabagItem databagItem)Adds an item in a data bag.DatabagItemChefApi. deleteDatabagItem(String databagName, String databagItemId)Deletes an item from a data bag.DatabagItemChefApi. getDatabagItem(String databagName, String databagItemId)Gets an item in a data bag.DatabagItemChefApi. updateDatabagItem(String databagName, DatabagItem item)Updates an item in a data bag.Methods in org.jclouds.chef that return types with arguments of type DatabagItem Modifier and Type Method Description 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.Methods in org.jclouds.chef with parameters of type DatabagItem Modifier and Type Method Description DatabagItemChefApi. createDatabagItem(String databagName, DatabagItem databagItem)Adds an item in a data bag.DatabagItemChefApi. updateDatabagItem(String databagName, DatabagItem item)Updates an item in a data bag. -
Uses of DatabagItem in org.jclouds.chef.config
Methods in org.jclouds.chef.config that return DatabagItem Modifier and Type Method Description protected DatabagItemChefParserModule.DataBagItemAdapter. createJsonLiteralFromRawJson(String text)Methods in org.jclouds.chef.config with parameters of type DatabagItem Modifier and Type Method Description protected StringChefParserModule.DataBagItemAdapter. toString(DatabagItem value) -
Uses of DatabagItem in org.jclouds.chef.functions
Methods in org.jclouds.chef.functions that return types with arguments of type DatabagItem Modifier and Type Method Description SearchResult<DatabagItem>ParseSearchDatabagFromJson. apply(HttpResponse response)
-