Package | Description |
---|---|
org.jclouds.chef | |
org.jclouds.chef.domain |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
SearchResult<? extends Role> |
ChefApi.searchRoles()
Searches all roles.
|
SearchResult<? extends Role> |
ChefApi.searchRoles(SearchOptions options)
Searches all roles that match the given options.
|
Modifier and Type | Method and Description |
---|---|
void |
ChefApi.createRole(Role role)
Creates a new role.
|
Role |
ChefApi.updateRole(Role role)
Updates the given role.
|
Modifier and Type | Method and Description |
---|---|
Role |
Role.Builder.build() |
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.