Uses of Class
org.jclouds.chef.domain.Role
Packages that use Role
-
Uses of Role in org.jclouds.chef
Methods in org.jclouds.chef that return RoleModifier and TypeMethodDescriptionChefApi.deleteRole
(String roleName) Deletes the given role.Gets the details of the given role.ChefApi.updateRole
(Role role) Updates the given role.Methods in org.jclouds.chef that return types with arguments of type RoleModifier and TypeMethodDescriptionSearchResult
<? 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 RoleModifier and TypeMethodDescriptionvoid
ChefApi.createRole
(Role role) Creates a new 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