Uses of Class
com.cloudera.api.model.ApiRoleConfigGroup

Packages that use ApiRoleConfigGroup
com.cloudera.api.model Java models of the underlying API JSON objects, with JAX-B annotations. 
com.cloudera.api.v3 API version 3, introduced in Cloudera Manager 4.5. 
 

Uses of ApiRoleConfigGroup in com.cloudera.api.model
 

Methods in com.cloudera.api.model that return types with arguments of type ApiRoleConfigGroup
 List<ApiRoleConfigGroup> ApiRoleConfigGroupList.getGroups()
           
 List<ApiRoleConfigGroup> ApiService.getRoleConfigGroups()
          The list of role configuration groups in this service.
 

Method parameters in com.cloudera.api.model with type arguments of type ApiRoleConfigGroup
 void ApiRoleConfigGroupList.setGroups(List<ApiRoleConfigGroup> values)
           
 void ApiService.setRoleConfigGroups(List<ApiRoleConfigGroup> roleConfigGroups)
           
 

Constructor parameters in com.cloudera.api.model with type arguments of type ApiRoleConfigGroup
ApiRoleConfigGroupList(List<ApiRoleConfigGroup> groups)
           
 

Uses of ApiRoleConfigGroup in com.cloudera.api.v3
 

Methods in com.cloudera.api.v3 that return ApiRoleConfigGroup
 ApiRoleConfigGroup RoleConfigGroupsResource.deleteRoleConfigGroup(String roleConfigGroupName)
          Deletes a role config group.
 ApiRoleConfigGroup MgmtRoleConfigGroupsResource.readRoleConfigGroup(String roleConfigGroupName)
          Returns the information for a given role config group in the Cloudera Management Services.
 ApiRoleConfigGroup RoleConfigGroupsResource.readRoleConfigGroup(String roleConfigGroupName)
          Returns the information for a role config group.
 ApiRoleConfigGroup MgmtRoleConfigGroupsResource.updateRoleConfigGroup(String roleConfigGroupName, ApiRoleConfigGroup roleConfigGroup, String message)
          Updates an existing role config group in the Cloudera Management Services.
 ApiRoleConfigGroup RoleConfigGroupsResource.updateRoleConfigGroup(String roleConfigGroupName, ApiRoleConfigGroup roleConfigGroup, String message)
          Updates an existing role config group
 

Methods in com.cloudera.api.v3 with parameters of type ApiRoleConfigGroup
 ApiRoleConfigGroup MgmtRoleConfigGroupsResource.updateRoleConfigGroup(String roleConfigGroupName, ApiRoleConfigGroup roleConfigGroup, String message)
          Updates an existing role config group in the Cloudera Management Services.
 ApiRoleConfigGroup RoleConfigGroupsResource.updateRoleConfigGroup(String roleConfigGroupName, ApiRoleConfigGroup roleConfigGroup, String message)
          Updates an existing role config group
 



Copyright © Cloudera, Inc. Released under Apache License, Version 2.0.