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 Role
ChefApi. deleteRole(String roleName)
Deletes the given role.Role
ChefApi. getRole(String roleName)
Gets the details of the given role.Role
ChefApi. 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 void
ChefApi. createRole(Role role)
Creates a new role.Role
ChefApi. 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 Role
Role.Builder. build()
-