public class RoleConfigGroupsResourceApi extends Object
Constructor and Description |
---|
RoleConfigGroupsResourceApi() |
RoleConfigGroupsResourceApi(ApiClient apiClient) |
Modifier and Type | Method and Description |
---|---|
ApiRoleConfigGroupList |
createRoleConfigGroups(String clusterName,
String serviceName,
ApiRoleConfigGroupList body)
Creates new role config groups.
|
com.squareup.okhttp.Call |
createRoleConfigGroupsAsync(String clusterName,
String serviceName,
ApiRoleConfigGroupList body,
ApiCallback<ApiRoleConfigGroupList> callback)
Creates new role config groups.
|
com.squareup.okhttp.Call |
createRoleConfigGroupsCall(String clusterName,
String serviceName,
ApiRoleConfigGroupList body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createRoleConfigGroups
|
ApiResponse<ApiRoleConfigGroupList> |
createRoleConfigGroupsWithHttpInfo(String clusterName,
String serviceName,
ApiRoleConfigGroupList body)
Creates new role config groups.
|
ApiRoleConfigGroup |
deleteRoleConfigGroup(String clusterName,
String roleConfigGroupName,
String serviceName)
Deletes a role config group.
|
com.squareup.okhttp.Call |
deleteRoleConfigGroupAsync(String clusterName,
String roleConfigGroupName,
String serviceName,
ApiCallback<ApiRoleConfigGroup> callback)
Deletes a role config group.
|
com.squareup.okhttp.Call |
deleteRoleConfigGroupCall(String clusterName,
String roleConfigGroupName,
String serviceName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for deleteRoleConfigGroup
|
ApiResponse<ApiRoleConfigGroup> |
deleteRoleConfigGroupWithHttpInfo(String clusterName,
String roleConfigGroupName,
String serviceName)
Deletes a role config group.
|
ApiClient |
getApiClient() |
ApiRoleList |
moveRoles(String clusterName,
String roleConfigGroupName,
String serviceName,
ApiRoleNameList body)
Moves roles to the specified role config group.
|
com.squareup.okhttp.Call |
moveRolesAsync(String clusterName,
String roleConfigGroupName,
String serviceName,
ApiRoleNameList body,
ApiCallback<ApiRoleList> callback)
Moves roles to the specified role config group.
|
com.squareup.okhttp.Call |
moveRolesCall(String clusterName,
String roleConfigGroupName,
String serviceName,
ApiRoleNameList body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for moveRoles
|
ApiRoleList |
moveRolesToBaseGroup(String clusterName,
String serviceName,
ApiRoleNameList body)
Moves roles to the base role config group.
|
com.squareup.okhttp.Call |
moveRolesToBaseGroupAsync(String clusterName,
String serviceName,
ApiRoleNameList body,
ApiCallback<ApiRoleList> callback)
Moves roles to the base role config group.
|
com.squareup.okhttp.Call |
moveRolesToBaseGroupCall(String clusterName,
String serviceName,
ApiRoleNameList body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for moveRolesToBaseGroup
|
ApiResponse<ApiRoleList> |
moveRolesToBaseGroupWithHttpInfo(String clusterName,
String serviceName,
ApiRoleNameList body)
Moves roles to the base role config group.
|
ApiResponse<ApiRoleList> |
moveRolesWithHttpInfo(String clusterName,
String roleConfigGroupName,
String serviceName,
ApiRoleNameList body)
Moves roles to the specified role config group.
|
ApiConfigList |
readConfig(String clusterName,
String roleConfigGroupName,
String serviceName,
String view)
Returns the current revision of the config for the specified role config group.
|
com.squareup.okhttp.Call |
readConfigAsync(String clusterName,
String roleConfigGroupName,
String serviceName,
String view,
ApiCallback<ApiConfigList> callback)
Returns the current revision of the config for the specified role config group.
|
com.squareup.okhttp.Call |
readConfigCall(String clusterName,
String roleConfigGroupName,
String serviceName,
String view,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readConfig
|
ApiResponse<ApiConfigList> |
readConfigWithHttpInfo(String clusterName,
String roleConfigGroupName,
String serviceName,
String view)
Returns the current revision of the config for the specified role config group.
|
ApiRoleConfigGroup |
readRoleConfigGroup(String clusterName,
String roleConfigGroupName,
String serviceName)
Returns the information for a role config group.
|
com.squareup.okhttp.Call |
readRoleConfigGroupAsync(String clusterName,
String roleConfigGroupName,
String serviceName,
ApiCallback<ApiRoleConfigGroup> callback)
Returns the information for a role config group.
|
com.squareup.okhttp.Call |
readRoleConfigGroupCall(String clusterName,
String roleConfigGroupName,
String serviceName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readRoleConfigGroup
|
ApiRoleConfigGroupList |
readRoleConfigGroups(String clusterName,
String serviceName)
Returns the information for all role config groups for a given cluster and service.
|
com.squareup.okhttp.Call |
readRoleConfigGroupsAsync(String clusterName,
String serviceName,
ApiCallback<ApiRoleConfigGroupList> callback)
Returns the information for all role config groups for a given cluster and service.
|
com.squareup.okhttp.Call |
readRoleConfigGroupsCall(String clusterName,
String serviceName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readRoleConfigGroups
|
ApiResponse<ApiRoleConfigGroupList> |
readRoleConfigGroupsWithHttpInfo(String clusterName,
String serviceName)
Returns the information for all role config groups for a given cluster and service.
|
ApiResponse<ApiRoleConfigGroup> |
readRoleConfigGroupWithHttpInfo(String clusterName,
String roleConfigGroupName,
String serviceName)
Returns the information for a role config group.
|
ApiRoleList |
readRoles(String clusterName,
String roleConfigGroupName,
String serviceName)
Returns all roles in the given role config group.
|
com.squareup.okhttp.Call |
readRolesAsync(String clusterName,
String roleConfigGroupName,
String serviceName,
ApiCallback<ApiRoleList> callback)
Returns all roles in the given role config group.
|
com.squareup.okhttp.Call |
readRolesCall(String clusterName,
String roleConfigGroupName,
String serviceName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for readRoles
|
ApiResponse<ApiRoleList> |
readRolesWithHttpInfo(String clusterName,
String roleConfigGroupName,
String serviceName)
Returns all roles in the given role config group.
|
void |
setApiClient(ApiClient apiClient) |
ApiConfigList |
updateConfig(String clusterName,
String roleConfigGroupName,
String serviceName,
String message,
ApiConfigList body)
Updates the config for the given role config group.
|
com.squareup.okhttp.Call |
updateConfigAsync(String clusterName,
String roleConfigGroupName,
String serviceName,
String message,
ApiConfigList body,
ApiCallback<ApiConfigList> callback)
Updates the config for the given role config group.
|
com.squareup.okhttp.Call |
updateConfigCall(String clusterName,
String roleConfigGroupName,
String serviceName,
String message,
ApiConfigList body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for updateConfig
|
ApiResponse<ApiConfigList> |
updateConfigWithHttpInfo(String clusterName,
String roleConfigGroupName,
String serviceName,
String message,
ApiConfigList body)
Updates the config for the given role config group.
|
ApiRoleConfigGroup |
updateRoleConfigGroup(String clusterName,
String roleConfigGroupName,
String serviceName,
String message,
ApiRoleConfigGroup body)
Updates an existing role config group.
|
com.squareup.okhttp.Call |
updateRoleConfigGroupAsync(String clusterName,
String roleConfigGroupName,
String serviceName,
String message,
ApiRoleConfigGroup body,
ApiCallback<ApiRoleConfigGroup> callback)
Updates an existing role config group.
|
com.squareup.okhttp.Call |
updateRoleConfigGroupCall(String clusterName,
String roleConfigGroupName,
String serviceName,
String message,
ApiRoleConfigGroup body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for updateRoleConfigGroup
|
ApiResponse<ApiRoleConfigGroup> |
updateRoleConfigGroupWithHttpInfo(String clusterName,
String roleConfigGroupName,
String serviceName,
String message,
ApiRoleConfigGroup body)
Updates an existing role config group.
|
public RoleConfigGroupsResourceApi()
public RoleConfigGroupsResourceApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public com.squareup.okhttp.Call createRoleConfigGroupsCall(String clusterName, String serviceName, ApiRoleConfigGroupList body, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
clusterName
- (required)serviceName
- (required)body
- The list of groups to be created. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic ApiRoleConfigGroupList createRoleConfigGroups(String clusterName, String serviceName, ApiRoleConfigGroupList body) throws ApiException
clusterName
- (required)serviceName
- (required)body
- The list of groups to be created. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ApiRoleConfigGroupList> createRoleConfigGroupsWithHttpInfo(String clusterName, String serviceName, ApiRoleConfigGroupList body) throws ApiException
clusterName
- (required)serviceName
- (required)body
- The list of groups to be created. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call createRoleConfigGroupsAsync(String clusterName, String serviceName, ApiRoleConfigGroupList body, ApiCallback<ApiRoleConfigGroupList> callback) throws ApiException
clusterName
- (required)serviceName
- (required)body
- The list of groups to be created. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call deleteRoleConfigGroupCall(String clusterName, String roleConfigGroupName, String serviceName, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
clusterName
- (required)roleConfigGroupName
- The name of the group to delete. (required)serviceName
- (required)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic ApiRoleConfigGroup deleteRoleConfigGroup(String clusterName, String roleConfigGroupName, String serviceName) throws ApiException
clusterName
- (required)roleConfigGroupName
- The name of the group to delete. (required)serviceName
- (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ApiRoleConfigGroup> deleteRoleConfigGroupWithHttpInfo(String clusterName, String roleConfigGroupName, String serviceName) throws ApiException
clusterName
- (required)roleConfigGroupName
- The name of the group to delete. (required)serviceName
- (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call deleteRoleConfigGroupAsync(String clusterName, String roleConfigGroupName, String serviceName, ApiCallback<ApiRoleConfigGroup> callback) throws ApiException
clusterName
- (required)roleConfigGroupName
- The name of the group to delete. (required)serviceName
- (required)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call moveRolesCall(String clusterName, String roleConfigGroupName, String serviceName, ApiRoleNameList body, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
clusterName
- (required)roleConfigGroupName
- The name of the group the roles will be moved to. (required)serviceName
- (required)body
- The names of the roles to move. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic ApiRoleList moveRoles(String clusterName, String roleConfigGroupName, String serviceName, ApiRoleNameList body) throws ApiException
clusterName
- (required)roleConfigGroupName
- The name of the group the roles will be moved to. (required)serviceName
- (required)body
- The names of the roles to move. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ApiRoleList> moveRolesWithHttpInfo(String clusterName, String roleConfigGroupName, String serviceName, ApiRoleNameList body) throws ApiException
clusterName
- (required)roleConfigGroupName
- The name of the group the roles will be moved to. (required)serviceName
- (required)body
- The names of the roles to move. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call moveRolesAsync(String clusterName, String roleConfigGroupName, String serviceName, ApiRoleNameList body, ApiCallback<ApiRoleList> callback) throws ApiException
clusterName
- (required)roleConfigGroupName
- The name of the group the roles will be moved to. (required)serviceName
- (required)body
- The names of the roles to move. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call moveRolesToBaseGroupCall(String clusterName, String serviceName, ApiRoleNameList body, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
clusterName
- (required)serviceName
- (required)body
- The names of the roles to move. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic ApiRoleList moveRolesToBaseGroup(String clusterName, String serviceName, ApiRoleNameList body) throws ApiException
clusterName
- (required)serviceName
- (required)body
- The names of the roles to move. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ApiRoleList> moveRolesToBaseGroupWithHttpInfo(String clusterName, String serviceName, ApiRoleNameList body) throws ApiException
clusterName
- (required)serviceName
- (required)body
- The names of the roles to move. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call moveRolesToBaseGroupAsync(String clusterName, String serviceName, ApiRoleNameList body, ApiCallback<ApiRoleList> callback) throws ApiException
clusterName
- (required)serviceName
- (required)body
- The names of the roles to move. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call readConfigCall(String clusterName, String roleConfigGroupName, String serviceName, String view, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
clusterName
- (required)roleConfigGroupName
- The name of the role config group. (required)serviceName
- (required)view
- The view of the data to materialize, either \"summary\" or \"full\". (optional, default to summary)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic ApiConfigList readConfig(String clusterName, String roleConfigGroupName, String serviceName, String view) throws ApiException
clusterName
- (required)roleConfigGroupName
- The name of the role config group. (required)serviceName
- (required)view
- The view of the data to materialize, either \"summary\" or \"full\". (optional, default to summary)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ApiConfigList> readConfigWithHttpInfo(String clusterName, String roleConfigGroupName, String serviceName, String view) throws ApiException
clusterName
- (required)roleConfigGroupName
- The name of the role config group. (required)serviceName
- (required)view
- The view of the data to materialize, either \"summary\" or \"full\". (optional, default to summary)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call readConfigAsync(String clusterName, String roleConfigGroupName, String serviceName, String view, ApiCallback<ApiConfigList> callback) throws ApiException
clusterName
- (required)roleConfigGroupName
- The name of the role config group. (required)serviceName
- (required)view
- The view of the data to materialize, either \"summary\" or \"full\". (optional, default to summary)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call readRoleConfigGroupCall(String clusterName, String roleConfigGroupName, String serviceName, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
clusterName
- (required)roleConfigGroupName
- The name of the requested group. (required)serviceName
- (required)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic ApiRoleConfigGroup readRoleConfigGroup(String clusterName, String roleConfigGroupName, String serviceName) throws ApiException
clusterName
- (required)roleConfigGroupName
- The name of the requested group. (required)serviceName
- (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ApiRoleConfigGroup> readRoleConfigGroupWithHttpInfo(String clusterName, String roleConfigGroupName, String serviceName) throws ApiException
clusterName
- (required)roleConfigGroupName
- The name of the requested group. (required)serviceName
- (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call readRoleConfigGroupAsync(String clusterName, String roleConfigGroupName, String serviceName, ApiCallback<ApiRoleConfigGroup> callback) throws ApiException
clusterName
- (required)roleConfigGroupName
- The name of the requested group. (required)serviceName
- (required)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call readRoleConfigGroupsCall(String clusterName, String serviceName, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
clusterName
- (required)serviceName
- (required)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic ApiRoleConfigGroupList readRoleConfigGroups(String clusterName, String serviceName) throws ApiException
clusterName
- (required)serviceName
- (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ApiRoleConfigGroupList> readRoleConfigGroupsWithHttpInfo(String clusterName, String serviceName) throws ApiException
clusterName
- (required)serviceName
- (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call readRoleConfigGroupsAsync(String clusterName, String serviceName, ApiCallback<ApiRoleConfigGroupList> callback) throws ApiException
clusterName
- (required)serviceName
- (required)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call readRolesCall(String clusterName, String roleConfigGroupName, String serviceName, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
clusterName
- (required)roleConfigGroupName
- The name of the role config group. (required)serviceName
- (required)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic ApiRoleList readRoles(String clusterName, String roleConfigGroupName, String serviceName) throws ApiException
clusterName
- (required)roleConfigGroupName
- The name of the role config group. (required)serviceName
- (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ApiRoleList> readRolesWithHttpInfo(String clusterName, String roleConfigGroupName, String serviceName) throws ApiException
clusterName
- (required)roleConfigGroupName
- The name of the role config group. (required)serviceName
- (required)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call readRolesAsync(String clusterName, String roleConfigGroupName, String serviceName, ApiCallback<ApiRoleList> callback) throws ApiException
clusterName
- (required)roleConfigGroupName
- The name of the role config group. (required)serviceName
- (required)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call updateConfigCall(String clusterName, String roleConfigGroupName, String serviceName, String message, ApiConfigList body, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
clusterName
- (required)roleConfigGroupName
- The name of the role config group. (required)serviceName
- (required)message
- Optional message describing the changes. (optional)body
- The new config information for the group. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic ApiConfigList updateConfig(String clusterName, String roleConfigGroupName, String serviceName, String message, ApiConfigList body) throws ApiException
clusterName
- (required)roleConfigGroupName
- The name of the role config group. (required)serviceName
- (required)message
- Optional message describing the changes. (optional)body
- The new config information for the group. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ApiConfigList> updateConfigWithHttpInfo(String clusterName, String roleConfigGroupName, String serviceName, String message, ApiConfigList body) throws ApiException
clusterName
- (required)roleConfigGroupName
- The name of the role config group. (required)serviceName
- (required)message
- Optional message describing the changes. (optional)body
- The new config information for the group. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call updateConfigAsync(String clusterName, String roleConfigGroupName, String serviceName, String message, ApiConfigList body, ApiCallback<ApiConfigList> callback) throws ApiException
clusterName
- (required)roleConfigGroupName
- The name of the role config group. (required)serviceName
- (required)message
- Optional message describing the changes. (optional)body
- The new config information for the group. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call updateRoleConfigGroupCall(String clusterName, String roleConfigGroupName, String serviceName, String message, ApiRoleConfigGroup body, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
clusterName
- (required)roleConfigGroupName
- The name of the group to update. (required)serviceName
- (required)message
- The optional message describing the changes. (optional)body
- The updated role config group. (optional)progressListener
- Progress listenerprogressRequestListener
- Progress request listenerApiException
- If fail to serialize the request body objectpublic ApiRoleConfigGroup updateRoleConfigGroup(String clusterName, String roleConfigGroupName, String serviceName, String message, ApiRoleConfigGroup body) throws ApiException
clusterName
- (required)roleConfigGroupName
- The name of the group to update. (required)serviceName
- (required)message
- The optional message describing the changes. (optional)body
- The updated role config group. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ApiRoleConfigGroup> updateRoleConfigGroupWithHttpInfo(String clusterName, String roleConfigGroupName, String serviceName, String message, ApiRoleConfigGroup body) throws ApiException
clusterName
- (required)roleConfigGroupName
- The name of the group to update. (required)serviceName
- (required)message
- The optional message describing the changes. (optional)body
- The updated role config group. (optional)ApiException
- If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call updateRoleConfigGroupAsync(String clusterName, String roleConfigGroupName, String serviceName, String message, ApiRoleConfigGroup body, ApiCallback<ApiRoleConfigGroup> callback) throws ApiException
clusterName
- (required)roleConfigGroupName
- The name of the group to update. (required)serviceName
- (required)message
- The optional message describing the changes. (optional)body
- The updated role config group. (optional)callback
- The callback to be executed when the API call finishesApiException
- If fail to process the API call, e.g. serializing the request body objectCopyright © 2019. All rights reserved.