Uses of Class
org.jclouds.chef.domain.Group
-
Packages that use Group Package Description org.jclouds.chef.domain org.jclouds.chef.features -
-
Uses of Group in org.jclouds.chef.domain
Methods in org.jclouds.chef.domain that return Group Modifier and Type Method Description Group
Group.Builder. build()
-
Uses of Group in org.jclouds.chef.features
Methods in org.jclouds.chef.features that return Group Modifier and Type Method Description Group
OrganizationApi. getGroup(String name)
Retrieves an existing group.Methods in org.jclouds.chef.features with parameters of type Group Modifier and Type Method Description void
OrganizationApi. updateGroup(Group group)
Updates a group.
-