Uses of Class
org.jclouds.scriptbuilder.domain.chef.DataBag
- 
Packages that use DataBag Package Description org.jclouds.scriptbuilder.domain.chef org.jclouds.scriptbuilder.statements.chef  - 
- 
Uses of DataBag in org.jclouds.scriptbuilder.domain.chef
Methods in org.jclouds.scriptbuilder.domain.chef that return DataBag Modifier and Type Method Description DataBagDataBag.Builder. build() - 
Uses of DataBag in org.jclouds.scriptbuilder.statements.chef
Methods in org.jclouds.scriptbuilder.statements.chef with parameters of type DataBag Modifier and Type Method Description ChefSolo.BuilderChefSolo.Builder. defineDataBag(DataBag dataBag)Creates a data bag.Method parameters in org.jclouds.scriptbuilder.statements.chef with type arguments of type DataBag Modifier and Type Method Description ChefSolo.BuilderChefSolo.Builder. defineDataBags(Iterable<DataBag> databags)Creates a set of data bags. 
 -