Uses of Class
org.jclouds.chef.domain.Role
- 
Packages that use Role Package Description org.jclouds.chef org.jclouds.chef.domain  - 
- 
Uses of Role in org.jclouds.chef
Methods in org.jclouds.chef that return Role Modifier and Type Method Description RoleChefApi. deleteRole(String roleName)Deletes the given role.RoleChefApi. getRole(String roleName)Gets the details of the given role.RoleChefApi. updateRole(Role role)Updates the given role.Methods in org.jclouds.chef that return types with arguments of type Role Modifier and Type Method Description SearchResult<? extends Role>ChefApi. searchRoles()Searches all roles.SearchResult<? extends Role>ChefApi. searchRoles(SearchOptions options)Searches all roles that match the given options.Methods in org.jclouds.chef with parameters of type Role Modifier and Type Method Description voidChefApi. createRole(Role role)Creates a new role.RoleChefApi. updateRole(Role role)Updates the given role. - 
Uses of Role in org.jclouds.chef.domain
Methods in org.jclouds.chef.domain that return Role Modifier and Type Method Description RoleRole.Builder. build() 
 -