Uses of Class
org.jclouds.chef.domain.Role

Packages that use Role
org.jclouds.chef   
org.jclouds.chef.domain   
org.jclouds.chef.test   
 

Uses of Role in org.jclouds.chef
 

Methods in org.jclouds.chef that return Role
 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
 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
 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
 Role Role.Builder.build()
           
 

Uses of Role in org.jclouds.chef.test
 

Methods in org.jclouds.chef.test that return Role
 Role TransientChefApi.deleteRole(String rolename)
           
 Role TransientChefApi.getRole(String roleName)
           
 Role TransientChefApi.updateRole(Role role)
           
 

Methods in org.jclouds.chef.test that return types with arguments of type Role
 SearchResult<? extends Role> TransientChefApi.searchRoles()
           
 SearchResult<? extends Role> TransientChefApi.searchRoles(SearchOptions options)
           
 

Methods in org.jclouds.chef.test with parameters of type Role
 void TransientChefApi.createRole(Role role)
           
 Role TransientChefApi.updateRole(Role role)
           
 



Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.