Package | Description |
---|---|
com.cloudera.api.swagger | |
com.cloudera.api.swagger.model |
Modifier and Type | Method and Description |
---|---|
ApiRoleConfigGroupList |
RoleConfigGroupsResourceApi.createRoleConfigGroups(String clusterName,
String serviceName,
ApiRoleConfigGroupList body)
Creates new role config groups.
|
ApiRoleConfigGroupList |
MgmtRoleConfigGroupsResourceApi.readRoleConfigGroups()
Returns the information for all role config groups in the Cloudera Management Services.
|
ApiRoleConfigGroupList |
AuthServiceRoleConfigGroupsResourceApi.readRoleConfigGroups()
Returns the information for all role config groups in the Authentication Service.
|
ApiRoleConfigGroupList |
RoleConfigGroupsResourceApi.readRoleConfigGroups(String clusterName,
String serviceName)
Returns the information for all role config groups for a given cluster and service.
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<ApiRoleConfigGroupList> |
RoleConfigGroupsResourceApi.createRoleConfigGroupsWithHttpInfo(String clusterName,
String serviceName,
ApiRoleConfigGroupList body)
Creates new role config groups.
|
ApiResponse<ApiRoleConfigGroupList> |
MgmtRoleConfigGroupsResourceApi.readRoleConfigGroupsWithHttpInfo()
Returns the information for all role config groups in the Cloudera Management Services.
|
ApiResponse<ApiRoleConfigGroupList> |
AuthServiceRoleConfigGroupsResourceApi.readRoleConfigGroupsWithHttpInfo()
Returns the information for all role config groups in the Authentication Service.
|
ApiResponse<ApiRoleConfigGroupList> |
RoleConfigGroupsResourceApi.readRoleConfigGroupsWithHttpInfo(String clusterName,
String serviceName)
Returns the information for all role config groups for a given cluster and service.
|
Modifier and Type | Method and Description |
---|---|
ApiRoleConfigGroupList |
RoleConfigGroupsResourceApi.createRoleConfigGroups(String clusterName,
String serviceName,
ApiRoleConfigGroupList body)
Creates new role config groups.
|
com.squareup.okhttp.Call |
RoleConfigGroupsResourceApi.createRoleConfigGroupsAsync(String clusterName,
String serviceName,
ApiRoleConfigGroupList body,
ApiCallback<ApiRoleConfigGroupList> callback)
Creates new role config groups.
|
com.squareup.okhttp.Call |
RoleConfigGroupsResourceApi.createRoleConfigGroupsCall(String clusterName,
String serviceName,
ApiRoleConfigGroupList body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createRoleConfigGroups
|
ApiResponse<ApiRoleConfigGroupList> |
RoleConfigGroupsResourceApi.createRoleConfigGroupsWithHttpInfo(String clusterName,
String serviceName,
ApiRoleConfigGroupList body)
Creates new role config groups.
|
Modifier and Type | Method and Description |
---|---|
com.squareup.okhttp.Call |
RoleConfigGroupsResourceApi.createRoleConfigGroupsAsync(String clusterName,
String serviceName,
ApiRoleConfigGroupList body,
ApiCallback<ApiRoleConfigGroupList> callback)
Creates new role config groups.
|
com.squareup.okhttp.Call |
MgmtRoleConfigGroupsResourceApi.readRoleConfigGroupsAsync(ApiCallback<ApiRoleConfigGroupList> callback)
Returns the information for all role config groups in the Cloudera Management Services.
|
com.squareup.okhttp.Call |
AuthServiceRoleConfigGroupsResourceApi.readRoleConfigGroupsAsync(ApiCallback<ApiRoleConfigGroupList> callback)
Returns the information for all role config groups in the Authentication Service.
|
com.squareup.okhttp.Call |
RoleConfigGroupsResourceApi.readRoleConfigGroupsAsync(String clusterName,
String serviceName,
ApiCallback<ApiRoleConfigGroupList> callback)
Returns the information for all role config groups for a given cluster and service.
|
Modifier and Type | Method and Description |
---|---|
ApiRoleConfigGroupList |
ApiRoleConfigGroupList.addItemsItem(ApiRoleConfigGroup itemsItem) |
ApiRoleConfigGroupList |
ApiRoleConfigGroupList.items(List<ApiRoleConfigGroup> items) |
Copyright © 2019. All rights reserved.