Uses of Class
org.jclouds.chef.domain.DatabagItem
Packages that use DatabagItem
-
Uses of DatabagItem in org.jclouds.chef
Methods in org.jclouds.chef that return DatabagItemModifier and TypeMethodDescriptionChefApi.createDatabagItem
(String databagName, DatabagItem databagItem) Adds an item in a data bag.ChefApi.deleteDatabagItem
(String databagName, String databagItemId) Deletes an item from a data bag.ChefApi.getDatabagItem
(String databagName, String databagItemId) Gets an item in a data bag.ChefApi.updateDatabagItem
(String databagName, DatabagItem item) Updates an item in a data bag.Methods in org.jclouds.chef that return types with arguments of type DatabagItemModifier and TypeMethodDescriptionSearchResult
<? 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 DatabagItemModifier and TypeMethodDescriptionChefApi.createDatabagItem
(String databagName, DatabagItem databagItem) Adds an item in a data bag.ChefApi.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 DatabagItemModifier and TypeMethodDescriptionprotected DatabagItem
ChefParserModule.DataBagItemAdapter.createJsonLiteralFromRawJson
(String text) Methods in org.jclouds.chef.config with parameters of type DatabagItemModifier and TypeMethodDescriptionprotected String
ChefParserModule.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