类 IamApi
- java.lang.Object
-
- com.volcengine.iam.IamApi
-
public class IamApi extends Object
-
-
方法概要
-
-
-
构造器详细资料
-
IamApi
public IamApi()
-
IamApi
public IamApi(ApiClient apiClient)
-
-
方法详细资料
-
getApiClient
public ApiClient getApiClient()
-
setApiClient
public void setApiClient(ApiClient apiClient)
-
addUserToGroupCall
public com.squareup.okhttp.Call addUserToGroupCall(AddUserToGroupRequest body, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
Build call for addUserToGroup- 参数:
body- (required)progressListener- Progress listenerprogressRequestListener- Progress request listener- 返回:
- Call to execute
- 抛出:
ApiException- If fail to serialize the request body object
-
addUserToGroup
public AddUserToGroupResponse addUserToGroup(AddUserToGroupRequest body) throws ApiException
- 参数:
body- (required)- 返回:
- AddUserToGroupResponse
- 抛出:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
addUserToGroupWithHttpInfo
public ApiResponse<AddUserToGroupResponse> addUserToGroupWithHttpInfo(@NotNull @NotNull AddUserToGroupRequest body) throws ApiException
- 参数:
body- (required)- 返回:
- ApiResponse<AddUserToGroupResponse>
- 抛出:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
addUserToGroupAsync
public com.squareup.okhttp.Call addUserToGroupAsync(AddUserToGroupRequest body, ApiCallback<AddUserToGroupResponse> callback) throws ApiException
(asynchronously)- 参数:
body- (required)callback- The callback to be executed when the API call finishes- 返回:
- The request call
- 抛出:
ApiException- If fail to process the API call, e.g. serializing the request body object
-
attachRolePolicyCall
public com.squareup.okhttp.Call attachRolePolicyCall(AttachRolePolicyRequest body, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
Build call for attachRolePolicy- 参数:
body- (required)progressListener- Progress listenerprogressRequestListener- Progress request listener- 返回:
- Call to execute
- 抛出:
ApiException- If fail to serialize the request body object
-
attachRolePolicy
public AttachRolePolicyResponse attachRolePolicy(AttachRolePolicyRequest body) throws ApiException
- 参数:
body- (required)- 返回:
- AttachRolePolicyResponse
- 抛出:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
attachRolePolicyWithHttpInfo
public ApiResponse<AttachRolePolicyResponse> attachRolePolicyWithHttpInfo(@NotNull @NotNull AttachRolePolicyRequest body) throws ApiException
- 参数:
body- (required)- 返回:
- ApiResponse<AttachRolePolicyResponse>
- 抛出:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
attachRolePolicyAsync
public com.squareup.okhttp.Call attachRolePolicyAsync(AttachRolePolicyRequest body, ApiCallback<AttachRolePolicyResponse> callback) throws ApiException
(asynchronously)- 参数:
body- (required)callback- The callback to be executed when the API call finishes- 返回:
- The request call
- 抛出:
ApiException- If fail to process the API call, e.g. serializing the request body object
-
attachUserGroupPolicyCall
public com.squareup.okhttp.Call attachUserGroupPolicyCall(AttachUserGroupPolicyRequest body, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
Build call for attachUserGroupPolicy- 参数:
body- (required)progressListener- Progress listenerprogressRequestListener- Progress request listener- 返回:
- Call to execute
- 抛出:
ApiException- If fail to serialize the request body object
-
attachUserGroupPolicy
public AttachUserGroupPolicyResponse attachUserGroupPolicy(AttachUserGroupPolicyRequest body) throws ApiException
- 参数:
body- (required)- 返回:
- AttachUserGroupPolicyResponse
- 抛出:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
attachUserGroupPolicyWithHttpInfo
public ApiResponse<AttachUserGroupPolicyResponse> attachUserGroupPolicyWithHttpInfo(@NotNull @NotNull AttachUserGroupPolicyRequest body) throws ApiException
- 参数:
body- (required)- 返回:
- ApiResponse<AttachUserGroupPolicyResponse>
- 抛出:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
attachUserGroupPolicyAsync
public com.squareup.okhttp.Call attachUserGroupPolicyAsync(AttachUserGroupPolicyRequest body, ApiCallback<AttachUserGroupPolicyResponse> callback) throws ApiException
(asynchronously)- 参数:
body- (required)callback- The callback to be executed when the API call finishes- 返回:
- The request call
- 抛出:
ApiException- If fail to process the API call, e.g. serializing the request body object
-
attachUserPolicyCall
public com.squareup.okhttp.Call attachUserPolicyCall(AttachUserPolicyRequest body, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
Build call for attachUserPolicy- 参数:
body- (required)progressListener- Progress listenerprogressRequestListener- Progress request listener- 返回:
- Call to execute
- 抛出:
ApiException- If fail to serialize the request body object
-
attachUserPolicy
public AttachUserPolicyResponse attachUserPolicy(AttachUserPolicyRequest body) throws ApiException
- 参数:
body- (required)- 返回:
- AttachUserPolicyResponse
- 抛出:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
attachUserPolicyWithHttpInfo
public ApiResponse<AttachUserPolicyResponse> attachUserPolicyWithHttpInfo(@NotNull @NotNull AttachUserPolicyRequest body) throws ApiException
- 参数:
body- (required)- 返回:
- ApiResponse<AttachUserPolicyResponse>
- 抛出:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
attachUserPolicyAsync
public com.squareup.okhttp.Call attachUserPolicyAsync(AttachUserPolicyRequest body, ApiCallback<AttachUserPolicyResponse> callback) throws ApiException
(asynchronously)- 参数:
body- (required)callback- The callback to be executed when the API call finishes- 返回:
- The request call
- 抛出:
ApiException- If fail to process the API call, e.g. serializing the request body object
-
createAccessKeyCall
public com.squareup.okhttp.Call createAccessKeyCall(CreateAccessKeyRequest body, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
Build call for createAccessKey- 参数:
body- (required)progressListener- Progress listenerprogressRequestListener- Progress request listener- 返回:
- Call to execute
- 抛出:
ApiException- If fail to serialize the request body object
-
createAccessKey
public CreateAccessKeyResponse createAccessKey(CreateAccessKeyRequest body) throws ApiException
- 参数:
body- (required)- 返回:
- CreateAccessKeyResponse
- 抛出:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
createAccessKeyWithHttpInfo
public ApiResponse<CreateAccessKeyResponse> createAccessKeyWithHttpInfo(@NotNull @NotNull CreateAccessKeyRequest body) throws ApiException
- 参数:
body- (required)- 返回:
- ApiResponse<CreateAccessKeyResponse>
- 抛出:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
createAccessKeyAsync
public com.squareup.okhttp.Call createAccessKeyAsync(CreateAccessKeyRequest body, ApiCallback<CreateAccessKeyResponse> callback) throws ApiException
(asynchronously)- 参数:
body- (required)callback- The callback to be executed when the API call finishes- 返回:
- The request call
- 抛出:
ApiException- If fail to process the API call, e.g. serializing the request body object
-
createGroupCall
public com.squareup.okhttp.Call createGroupCall(CreateGroupRequest body, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
Build call for createGroup- 参数:
body- (required)progressListener- Progress listenerprogressRequestListener- Progress request listener- 返回:
- Call to execute
- 抛出:
ApiException- If fail to serialize the request body object
-
createGroup
public CreateGroupResponse createGroup(CreateGroupRequest body) throws ApiException
- 参数:
body- (required)- 返回:
- CreateGroupResponse
- 抛出:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
createGroupWithHttpInfo
public ApiResponse<CreateGroupResponse> createGroupWithHttpInfo(@NotNull @NotNull CreateGroupRequest body) throws ApiException
- 参数:
body- (required)- 返回:
- ApiResponse<CreateGroupResponse>
- 抛出:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
createGroupAsync
public com.squareup.okhttp.Call createGroupAsync(CreateGroupRequest body, ApiCallback<CreateGroupResponse> callback) throws ApiException
(asynchronously)- 参数:
body- (required)callback- The callback to be executed when the API call finishes- 返回:
- The request call
- 抛出:
ApiException- If fail to process the API call, e.g. serializing the request body object
-
createLoginProfileCall
public com.squareup.okhttp.Call createLoginProfileCall(CreateLoginProfileRequest body, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
Build call for createLoginProfile- 参数:
body- (required)progressListener- Progress listenerprogressRequestListener- Progress request listener- 返回:
- Call to execute
- 抛出:
ApiException- If fail to serialize the request body object
-
createLoginProfile
public CreateLoginProfileResponse createLoginProfile(CreateLoginProfileRequest body) throws ApiException
- 参数:
body- (required)- 返回:
- CreateLoginProfileResponse
- 抛出:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
createLoginProfileWithHttpInfo
public ApiResponse<CreateLoginProfileResponse> createLoginProfileWithHttpInfo(@NotNull @NotNull CreateLoginProfileRequest body) throws ApiException
- 参数:
body- (required)- 返回:
- ApiResponse<CreateLoginProfileResponse>
- 抛出:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
createLoginProfileAsync
public com.squareup.okhttp.Call createLoginProfileAsync(CreateLoginProfileRequest body, ApiCallback<CreateLoginProfileResponse> callback) throws ApiException
(asynchronously)- 参数:
body- (required)callback- The callback to be executed when the API call finishes- 返回:
- The request call
- 抛出:
ApiException- If fail to process the API call, e.g. serializing the request body object
-
createPolicyCall
public com.squareup.okhttp.Call createPolicyCall(CreatePolicyRequest body, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
Build call for createPolicy- 参数:
body- (required)progressListener- Progress listenerprogressRequestListener- Progress request listener- 返回:
- Call to execute
- 抛出:
ApiException- If fail to serialize the request body object
-
createPolicy
public CreatePolicyResponse createPolicy(CreatePolicyRequest body) throws ApiException
- 参数:
body- (required)- 返回:
- CreatePolicyResponse
- 抛出:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
createPolicyWithHttpInfo
public ApiResponse<CreatePolicyResponse> createPolicyWithHttpInfo(@NotNull @NotNull CreatePolicyRequest body) throws ApiException
- 参数:
body- (required)- 返回:
- ApiResponse<CreatePolicyResponse>
- 抛出:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
createPolicyAsync
public com.squareup.okhttp.Call createPolicyAsync(CreatePolicyRequest body, ApiCallback<CreatePolicyResponse> callback) throws ApiException
(asynchronously)- 参数:
body- (required)callback- The callback to be executed when the API call finishes- 返回:
- The request call
- 抛出:
ApiException- If fail to process the API call, e.g. serializing the request body object
-
createRoleCall
public com.squareup.okhttp.Call createRoleCall(CreateRoleRequest body, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
Build call for createRole- 参数:
body- (required)progressListener- Progress listenerprogressRequestListener- Progress request listener- 返回:
- Call to execute
- 抛出:
ApiException- If fail to serialize the request body object
-
createRole
public CreateRoleResponse createRole(CreateRoleRequest body) throws ApiException
- 参数:
body- (required)- 返回:
- CreateRoleResponse
- 抛出:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
createRoleWithHttpInfo
public ApiResponse<CreateRoleResponse> createRoleWithHttpInfo(@NotNull @NotNull CreateRoleRequest body) throws ApiException
- 参数:
body- (required)- 返回:
- ApiResponse<CreateRoleResponse>
- 抛出:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
createRoleAsync
public com.squareup.okhttp.Call createRoleAsync(CreateRoleRequest body, ApiCallback<CreateRoleResponse> callback) throws ApiException
(asynchronously)- 参数:
body- (required)callback- The callback to be executed when the API call finishes- 返回:
- The request call
- 抛出:
ApiException- If fail to process the API call, e.g. serializing the request body object
-
createSAMLProviderCall
public com.squareup.okhttp.Call createSAMLProviderCall(String description, String encodedSAMLMetadataDocument, String saMLProviderName, Integer ssOType, Integer status, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
Build call for createSAMLProvider- 参数:
description- (optional)encodedSAMLMetadataDocument- (optional)saMLProviderName- (optional)ssOType- (optional)status- (optional)progressListener- Progress listenerprogressRequestListener- Progress request listener- 返回:
- Call to execute
- 抛出:
ApiException- If fail to serialize the request body object
-
createSAMLProvider
public CreateSAMLProviderResponse createSAMLProvider(String description, String encodedSAMLMetadataDocument, String saMLProviderName, Integer ssOType, Integer status) throws ApiException
- 参数:
description- (optional)encodedSAMLMetadataDocument- (optional)saMLProviderName- (optional)ssOType- (optional)status- (optional)- 返回:
- CreateSAMLProviderResponse
- 抛出:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
createSAMLProviderWithHttpInfo
public ApiResponse<CreateSAMLProviderResponse> createSAMLProviderWithHttpInfo(String description, String encodedSAMLMetadataDocument, String saMLProviderName, Integer ssOType, Integer status) throws ApiException
- 参数:
description- (optional)encodedSAMLMetadataDocument- (optional)saMLProviderName- (optional)ssOType- (optional)status- (optional)- 返回:
- ApiResponse<CreateSAMLProviderResponse>
- 抛出:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
createSAMLProviderAsync
public com.squareup.okhttp.Call createSAMLProviderAsync(String description, String encodedSAMLMetadataDocument, String saMLProviderName, Integer ssOType, Integer status, ApiCallback<CreateSAMLProviderResponse> callback) throws ApiException
(asynchronously)- 参数:
description- (optional)encodedSAMLMetadataDocument- (optional)saMLProviderName- (optional)ssOType- (optional)status- (optional)callback- The callback to be executed when the API call finishes- 返回:
- The request call
- 抛出:
ApiException- If fail to process the API call, e.g. serializing the request body object
-
createSAMLProviderCall
public com.squareup.okhttp.Call createSAMLProviderCall(CreateSAMLProviderRequest body, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
Build call for createSAMLProvider- 参数:
body- (optional)progressListener- Progress listenerprogressRequestListener- Progress request listener- 返回:
- Call to execute
- 抛出:
ApiException- If fail to serialize the request body object
-
createSAMLProvider
public CreateSAMLProviderResponse createSAMLProvider(CreateSAMLProviderRequest body) throws ApiException
- 参数:
body- (optional)- 返回:
- CreateSAMLProviderResponse
- 抛出:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
createSAMLProviderWithHttpInfo
public ApiResponse<CreateSAMLProviderResponse> createSAMLProviderWithHttpInfo(CreateSAMLProviderRequest body) throws ApiException
- 参数:
body- (optional)- 返回:
- ApiResponse<CreateSAMLProviderResponse>
- 抛出:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
createSAMLProviderAsync
public com.squareup.okhttp.Call createSAMLProviderAsync(CreateSAMLProviderRequest body, ApiCallback<CreateSAMLProviderResponse> callback) throws ApiException
(asynchronously)- 参数:
body- (optional)callback- The callback to be executed when the API call finishes- 返回:
- The request call
- 抛出:
ApiException- If fail to process the API call, e.g. serializing the request body object
-
createServiceLinkedRoleCall
public com.squareup.okhttp.Call createServiceLinkedRoleCall(CreateServiceLinkedRoleRequest body, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
Build call for createServiceLinkedRole- 参数:
body- (required)progressListener- Progress listenerprogressRequestListener- Progress request listener- 返回:
- Call to execute
- 抛出:
ApiException- If fail to serialize the request body object
-
createServiceLinkedRole
public CreateServiceLinkedRoleResponse createServiceLinkedRole(CreateServiceLinkedRoleRequest body) throws ApiException
- 参数:
body- (required)- 返回:
- CreateServiceLinkedRoleResponse
- 抛出:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
createServiceLinkedRoleWithHttpInfo
public ApiResponse<CreateServiceLinkedRoleResponse> createServiceLinkedRoleWithHttpInfo(@NotNull @NotNull CreateServiceLinkedRoleRequest body) throws ApiException
- 参数:
body- (required)- 返回:
- ApiResponse<CreateServiceLinkedRoleResponse>
- 抛出:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
createServiceLinkedRoleAsync
public com.squareup.okhttp.Call createServiceLinkedRoleAsync(CreateServiceLinkedRoleRequest body, ApiCallback<CreateServiceLinkedRoleResponse> callback) throws ApiException
(asynchronously)- 参数:
body- (required)callback- The callback to be executed when the API call finishes- 返回:
- The request call
- 抛出:
ApiException- If fail to process the API call, e.g. serializing the request body object
-
createUserCall
public com.squareup.okhttp.Call createUserCall(CreateUserRequest body, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
Build call for createUser- 参数:
body- (required)progressListener- Progress listenerprogressRequestListener- Progress request listener- 返回:
- Call to execute
- 抛出:
ApiException- If fail to serialize the request body object
-
createUser
public CreateUserResponse createUser(CreateUserRequest body) throws ApiException
- 参数:
body- (required)- 返回:
- CreateUserResponse
- 抛出:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
createUserWithHttpInfo
public ApiResponse<CreateUserResponse> createUserWithHttpInfo(@NotNull @NotNull CreateUserRequest body) throws ApiException
- 参数:
body- (required)- 返回:
- ApiResponse<CreateUserResponse>
- 抛出:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
createUserAsync
public com.squareup.okhttp.Call createUserAsync(CreateUserRequest body, ApiCallback<CreateUserResponse> callback) throws ApiException
(asynchronously)- 参数:
body- (required)callback- The callback to be executed when the API call finishes- 返回:
- The request call
- 抛出:
ApiException- If fail to process the API call, e.g. serializing the request body object
-
deleteAccessKeyCall
public com.squareup.okhttp.Call deleteAccessKeyCall(DeleteAccessKeyRequest body, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
Build call for deleteAccessKey- 参数:
body- (required)progressListener- Progress listenerprogressRequestListener- Progress request listener- 返回:
- Call to execute
- 抛出:
ApiException- If fail to serialize the request body object
-
deleteAccessKey
public DeleteAccessKeyResponse deleteAccessKey(DeleteAccessKeyRequest body) throws ApiException
- 参数:
body- (required)- 返回:
- DeleteAccessKeyResponse
- 抛出:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
deleteAccessKeyWithHttpInfo
public ApiResponse<DeleteAccessKeyResponse> deleteAccessKeyWithHttpInfo(@NotNull @NotNull DeleteAccessKeyRequest body) throws ApiException
- 参数:
body- (required)- 返回:
- ApiResponse<DeleteAccessKeyResponse>
- 抛出:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
deleteAccessKeyAsync
public com.squareup.okhttp.Call deleteAccessKeyAsync(DeleteAccessKeyRequest body, ApiCallback<DeleteAccessKeyResponse> callback) throws ApiException
(asynchronously)- 参数:
body- (required)callback- The callback to be executed when the API call finishes- 返回:
- The request call
- 抛出:
ApiException- If fail to process the API call, e.g. serializing the request body object
-
deleteGroupCall
public com.squareup.okhttp.Call deleteGroupCall(DeleteGroupRequest body, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
Build call for deleteGroup- 参数:
body- (required)progressListener- Progress listenerprogressRequestListener- Progress request listener- 返回:
- Call to execute
- 抛出:
ApiException- If fail to serialize the request body object
-
deleteGroup
public DeleteGroupResponse deleteGroup(DeleteGroupRequest body) throws ApiException
- 参数:
body- (required)- 返回:
- DeleteGroupResponse
- 抛出:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
deleteGroupWithHttpInfo
public ApiResponse<DeleteGroupResponse> deleteGroupWithHttpInfo(@NotNull @NotNull DeleteGroupRequest body) throws ApiException
- 参数:
body- (required)- 返回:
- ApiResponse<DeleteGroupResponse>
- 抛出:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
deleteGroupAsync
public com.squareup.okhttp.Call deleteGroupAsync(DeleteGroupRequest body, ApiCallback<DeleteGroupResponse> callback) throws ApiException
(asynchronously)- 参数:
body- (required)callback- The callback to be executed when the API call finishes- 返回:
- The request call
- 抛出:
ApiException- If fail to process the API call, e.g. serializing the request body object
-
deleteLoginProfileCall
public com.squareup.okhttp.Call deleteLoginProfileCall(DeleteLoginProfileRequest body, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
Build call for deleteLoginProfile- 参数:
body- (required)progressListener- Progress listenerprogressRequestListener- Progress request listener- 返回:
- Call to execute
- 抛出:
ApiException- If fail to serialize the request body object
-
deleteLoginProfile
public DeleteLoginProfileResponse deleteLoginProfile(DeleteLoginProfileRequest body) throws ApiException
- 参数:
body- (required)- 返回:
- DeleteLoginProfileResponse
- 抛出:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
deleteLoginProfileWithHttpInfo
public ApiResponse<DeleteLoginProfileResponse> deleteLoginProfileWithHttpInfo(@NotNull @NotNull DeleteLoginProfileRequest body) throws ApiException
- 参数:
body- (required)- 返回:
- ApiResponse<DeleteLoginProfileResponse>
- 抛出:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
deleteLoginProfileAsync
public com.squareup.okhttp.Call deleteLoginProfileAsync(DeleteLoginProfileRequest body, ApiCallback<DeleteLoginProfileResponse> callback) throws ApiException
(asynchronously)- 参数:
body- (required)callback- The callback to be executed when the API call finishes- 返回:
- The request call
- 抛出:
ApiException- If fail to process the API call, e.g. serializing the request body object
-
deletePolicyCall
public com.squareup.okhttp.Call deletePolicyCall(DeletePolicyRequest body, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
Build call for deletePolicy- 参数:
body- (required)progressListener- Progress listenerprogressRequestListener- Progress request listener- 返回:
- Call to execute
- 抛出:
ApiException- If fail to serialize the request body object
-
deletePolicy
public DeletePolicyResponse deletePolicy(DeletePolicyRequest body) throws ApiException
- 参数:
body- (required)- 返回:
- DeletePolicyResponse
- 抛出:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
deletePolicyWithHttpInfo
public ApiResponse<DeletePolicyResponse> deletePolicyWithHttpInfo(@NotNull @NotNull DeletePolicyRequest body) throws ApiException
- 参数:
body- (required)- 返回:
- ApiResponse<DeletePolicyResponse>
- 抛出:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
deletePolicyAsync
public com.squareup.okhttp.Call deletePolicyAsync(DeletePolicyRequest body, ApiCallback<DeletePolicyResponse> callback) throws ApiException
(asynchronously)- 参数:
body- (required)callback- The callback to be executed when the API call finishes- 返回:
- The request call
- 抛出:
ApiException- If fail to process the API call, e.g. serializing the request body object
-
deleteRoleCall
public com.squareup.okhttp.Call deleteRoleCall(DeleteRoleRequest body, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
Build call for deleteRole- 参数:
body- (required)progressListener- Progress listenerprogressRequestListener- Progress request listener- 返回:
- Call to execute
- 抛出:
ApiException- If fail to serialize the request body object
-
deleteRole
public DeleteRoleResponse deleteRole(DeleteRoleRequest body) throws ApiException
- 参数:
body- (required)- 返回:
- DeleteRoleResponse
- 抛出:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
deleteRoleWithHttpInfo
public ApiResponse<DeleteRoleResponse> deleteRoleWithHttpInfo(@NotNull @NotNull DeleteRoleRequest body) throws ApiException
- 参数:
body- (required)- 返回:
- ApiResponse<DeleteRoleResponse>
- 抛出:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
deleteRoleAsync
public com.squareup.okhttp.Call deleteRoleAsync(DeleteRoleRequest body, ApiCallback<DeleteRoleResponse> callback) throws ApiException
(asynchronously)- 参数:
body- (required)callback- The callback to be executed when the API call finishes- 返回:
- The request call
- 抛出:
ApiException- If fail to process the API call, e.g. serializing the request body object
-
deleteSAMLProviderCall
public com.squareup.okhttp.Call deleteSAMLProviderCall(DeleteSAMLProviderRequest body, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
Build call for deleteSAMLProvider- 参数:
body- (required)progressListener- Progress listenerprogressRequestListener- Progress request listener- 返回:
- Call to execute
- 抛出:
ApiException- If fail to serialize the request body object
-
deleteSAMLProvider
public DeleteSAMLProviderResponse deleteSAMLProvider(DeleteSAMLProviderRequest body) throws ApiException
- 参数:
body- (required)- 返回:
- DeleteSAMLProviderResponse
- 抛出:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
deleteSAMLProviderWithHttpInfo
public ApiResponse<DeleteSAMLProviderResponse> deleteSAMLProviderWithHttpInfo(@NotNull @NotNull DeleteSAMLProviderRequest body) throws ApiException
- 参数:
body- (required)- 返回:
- ApiResponse<DeleteSAMLProviderResponse>
- 抛出:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
deleteSAMLProviderAsync
public com.squareup.okhttp.Call deleteSAMLProviderAsync(DeleteSAMLProviderRequest body, ApiCallback<DeleteSAMLProviderResponse> callback) throws ApiException
(asynchronously)- 参数:
body- (required)callback- The callback to be executed when the API call finishes- 返回:
- The request call
- 抛出:
ApiException- If fail to process the API call, e.g. serializing the request body object
-
deleteUserCall
public com.squareup.okhttp.Call deleteUserCall(DeleteUserRequest body, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
Build call for deleteUser- 参数:
body- (required)progressListener- Progress listenerprogressRequestListener- Progress request listener- 返回:
- Call to execute
- 抛出:
ApiException- If fail to serialize the request body object
-
deleteUser
public DeleteUserResponse deleteUser(DeleteUserRequest body) throws ApiException
- 参数:
body- (required)- 返回:
- DeleteUserResponse
- 抛出:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
deleteUserWithHttpInfo
public ApiResponse<DeleteUserResponse> deleteUserWithHttpInfo(@NotNull @NotNull DeleteUserRequest body) throws ApiException
- 参数:
body- (required)- 返回:
- ApiResponse<DeleteUserResponse>
- 抛出:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
deleteUserAsync
public com.squareup.okhttp.Call deleteUserAsync(DeleteUserRequest body, ApiCallback<DeleteUserResponse> callback) throws ApiException
(asynchronously)- 参数:
body- (required)callback- The callback to be executed when the API call finishes- 返回:
- The request call
- 抛出:
ApiException- If fail to process the API call, e.g. serializing the request body object
-
detachRolePolicyCall
public com.squareup.okhttp.Call detachRolePolicyCall(DetachRolePolicyRequest body, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
Build call for detachRolePolicy- 参数:
body- (required)progressListener- Progress listenerprogressRequestListener- Progress request listener- 返回:
- Call to execute
- 抛出:
ApiException- If fail to serialize the request body object
-
detachRolePolicy
public DetachRolePolicyResponse detachRolePolicy(DetachRolePolicyRequest body) throws ApiException
- 参数:
body- (required)- 返回:
- DetachRolePolicyResponse
- 抛出:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
detachRolePolicyWithHttpInfo
public ApiResponse<DetachRolePolicyResponse> detachRolePolicyWithHttpInfo(@NotNull @NotNull DetachRolePolicyRequest body) throws ApiException
- 参数:
body- (required)- 返回:
- ApiResponse<DetachRolePolicyResponse>
- 抛出:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
detachRolePolicyAsync
public com.squareup.okhttp.Call detachRolePolicyAsync(DetachRolePolicyRequest body, ApiCallback<DetachRolePolicyResponse> callback) throws ApiException
(asynchronously)- 参数:
body- (required)callback- The callback to be executed when the API call finishes- 返回:
- The request call
- 抛出:
ApiException- If fail to process the API call, e.g. serializing the request body object
-
detachUserGroupPolicyCall
public com.squareup.okhttp.Call detachUserGroupPolicyCall(DetachUserGroupPolicyRequest body, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
Build call for detachUserGroupPolicy- 参数:
body- (required)progressListener- Progress listenerprogressRequestListener- Progress request listener- 返回:
- Call to execute
- 抛出:
ApiException- If fail to serialize the request body object
-
detachUserGroupPolicy
public DetachUserGroupPolicyResponse detachUserGroupPolicy(DetachUserGroupPolicyRequest body) throws ApiException
- 参数:
body- (required)- 返回:
- DetachUserGroupPolicyResponse
- 抛出:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
detachUserGroupPolicyWithHttpInfo
public ApiResponse<DetachUserGroupPolicyResponse> detachUserGroupPolicyWithHttpInfo(@NotNull @NotNull DetachUserGroupPolicyRequest body) throws ApiException
- 参数:
body- (required)- 返回:
- ApiResponse<DetachUserGroupPolicyResponse>
- 抛出:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
detachUserGroupPolicyAsync
public com.squareup.okhttp.Call detachUserGroupPolicyAsync(DetachUserGroupPolicyRequest body, ApiCallback<DetachUserGroupPolicyResponse> callback) throws ApiException
(asynchronously)- 参数:
body- (required)callback- The callback to be executed when the API call finishes- 返回:
- The request call
- 抛出:
ApiException- If fail to process the API call, e.g. serializing the request body object
-
detachUserPolicyCall
public com.squareup.okhttp.Call detachUserPolicyCall(DetachUserPolicyRequest body, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
Build call for detachUserPolicy- 参数:
body- (required)progressListener- Progress listenerprogressRequestListener- Progress request listener- 返回:
- Call to execute
- 抛出:
ApiException- If fail to serialize the request body object
-
detachUserPolicy
public DetachUserPolicyResponse detachUserPolicy(DetachUserPolicyRequest body) throws ApiException
- 参数:
body- (required)- 返回:
- DetachUserPolicyResponse
- 抛出:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
detachUserPolicyWithHttpInfo
public ApiResponse<DetachUserPolicyResponse> detachUserPolicyWithHttpInfo(@NotNull @NotNull DetachUserPolicyRequest body) throws ApiException
- 参数:
body- (required)- 返回:
- ApiResponse<DetachUserPolicyResponse>
- 抛出:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
detachUserPolicyAsync
public com.squareup.okhttp.Call detachUserPolicyAsync(DetachUserPolicyRequest body, ApiCallback<DetachUserPolicyResponse> callback) throws ApiException
(asynchronously)- 参数:
body- (required)callback- The callback to be executed when the API call finishes- 返回:
- The request call
- 抛出:
ApiException- If fail to process the API call, e.g. serializing the request body object
-
getGroupCall
public com.squareup.okhttp.Call getGroupCall(GetGroupRequest body, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
Build call for getGroup- 参数:
body- (required)progressListener- Progress listenerprogressRequestListener- Progress request listener- 返回:
- Call to execute
- 抛出:
ApiException- If fail to serialize the request body object
-
getGroup
public GetGroupResponse getGroup(GetGroupRequest body) throws ApiException
- 参数:
body- (required)- 返回:
- GetGroupResponse
- 抛出:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
getGroupWithHttpInfo
public ApiResponse<GetGroupResponse> getGroupWithHttpInfo(@NotNull @NotNull GetGroupRequest body) throws ApiException
- 参数:
body- (required)- 返回:
- ApiResponse<GetGroupResponse>
- 抛出:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
getGroupAsync
public com.squareup.okhttp.Call getGroupAsync(GetGroupRequest body, ApiCallback<GetGroupResponse> callback) throws ApiException
(asynchronously)- 参数:
body- (required)callback- The callback to be executed when the API call finishes- 返回:
- The request call
- 抛出:
ApiException- If fail to process the API call, e.g. serializing the request body object
-
getLoginProfileCall
public com.squareup.okhttp.Call getLoginProfileCall(GetLoginProfileRequest body, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
Build call for getLoginProfile- 参数:
body- (required)progressListener- Progress listenerprogressRequestListener- Progress request listener- 返回:
- Call to execute
- 抛出:
ApiException- If fail to serialize the request body object
-
getLoginProfile
public GetLoginProfileResponse getLoginProfile(GetLoginProfileRequest body) throws ApiException
- 参数:
body- (required)- 返回:
- GetLoginProfileResponse
- 抛出:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
getLoginProfileWithHttpInfo
public ApiResponse<GetLoginProfileResponse> getLoginProfileWithHttpInfo(@NotNull @NotNull GetLoginProfileRequest body) throws ApiException
- 参数:
body- (required)- 返回:
- ApiResponse<GetLoginProfileResponse>
- 抛出:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
getLoginProfileAsync
public com.squareup.okhttp.Call getLoginProfileAsync(GetLoginProfileRequest body, ApiCallback<GetLoginProfileResponse> callback) throws ApiException
(asynchronously)- 参数:
body- (required)callback- The callback to be executed when the API call finishes- 返回:
- The request call
- 抛出:
ApiException- If fail to process the API call, e.g. serializing the request body object
-
getPolicyCall
public com.squareup.okhttp.Call getPolicyCall(GetPolicyRequest body, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
Build call for getPolicy- 参数:
body- (required)progressListener- Progress listenerprogressRequestListener- Progress request listener- 返回:
- Call to execute
- 抛出:
ApiException- If fail to serialize the request body object
-
getPolicy
public GetPolicyResponse getPolicy(GetPolicyRequest body) throws ApiException
- 参数:
body- (required)- 返回:
- GetPolicyResponse
- 抛出:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
getPolicyWithHttpInfo
public ApiResponse<GetPolicyResponse> getPolicyWithHttpInfo(@NotNull @NotNull GetPolicyRequest body) throws ApiException
- 参数:
body- (required)- 返回:
- ApiResponse<GetPolicyResponse>
- 抛出:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
getPolicyAsync
public com.squareup.okhttp.Call getPolicyAsync(GetPolicyRequest body, ApiCallback<GetPolicyResponse> callback) throws ApiException
(asynchronously)- 参数:
body- (required)callback- The callback to be executed when the API call finishes- 返回:
- The request call
- 抛出:
ApiException- If fail to process the API call, e.g. serializing the request body object
-
getRoleCall
public com.squareup.okhttp.Call getRoleCall(GetRoleRequest body, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
Build call for getRole- 参数:
body- (required)progressListener- Progress listenerprogressRequestListener- Progress request listener- 返回:
- Call to execute
- 抛出:
ApiException- If fail to serialize the request body object
-
getRole
public GetRoleResponse getRole(GetRoleRequest body) throws ApiException
- 参数:
body- (required)- 返回:
- GetRoleResponse
- 抛出:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
getRoleWithHttpInfo
public ApiResponse<GetRoleResponse> getRoleWithHttpInfo(@NotNull @NotNull GetRoleRequest body) throws ApiException
- 参数:
body- (required)- 返回:
- ApiResponse<GetRoleResponse>
- 抛出:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
getRoleAsync
public com.squareup.okhttp.Call getRoleAsync(GetRoleRequest body, ApiCallback<GetRoleResponse> callback) throws ApiException
(asynchronously)- 参数:
body- (required)callback- The callback to be executed when the API call finishes- 返回:
- The request call
- 抛出:
ApiException- If fail to process the API call, e.g. serializing the request body object
-
getSAMLProviderCall
public com.squareup.okhttp.Call getSAMLProviderCall(GetSAMLProviderRequest body, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
Build call for getSAMLProvider- 参数:
body- (required)progressListener- Progress listenerprogressRequestListener- Progress request listener- 返回:
- Call to execute
- 抛出:
ApiException- If fail to serialize the request body object
-
getSAMLProvider
public GetSAMLProviderResponse getSAMLProvider(GetSAMLProviderRequest body) throws ApiException
- 参数:
body- (required)- 返回:
- GetSAMLProviderResponse
- 抛出:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
getSAMLProviderWithHttpInfo
public ApiResponse<GetSAMLProviderResponse> getSAMLProviderWithHttpInfo(@NotNull @NotNull GetSAMLProviderRequest body) throws ApiException
- 参数:
body- (required)- 返回:
- ApiResponse<GetSAMLProviderResponse>
- 抛出:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
getSAMLProviderAsync
public com.squareup.okhttp.Call getSAMLProviderAsync(GetSAMLProviderRequest body, ApiCallback<GetSAMLProviderResponse> callback) throws ApiException
(asynchronously)- 参数:
body- (required)callback- The callback to be executed when the API call finishes- 返回:
- The request call
- 抛出:
ApiException- If fail to process the API call, e.g. serializing the request body object
-
getUserCall
public com.squareup.okhttp.Call getUserCall(GetUserRequest body, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
Build call for getUser- 参数:
body- (required)progressListener- Progress listenerprogressRequestListener- Progress request listener- 返回:
- Call to execute
- 抛出:
ApiException- If fail to serialize the request body object
-
getUser
public GetUserResponse getUser(GetUserRequest body) throws ApiException
- 参数:
body- (required)- 返回:
- GetUserResponse
- 抛出:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
getUserWithHttpInfo
public ApiResponse<GetUserResponse> getUserWithHttpInfo(@NotNull @NotNull GetUserRequest body) throws ApiException
- 参数:
body- (required)- 返回:
- ApiResponse<GetUserResponse>
- 抛出:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
getUserAsync
public com.squareup.okhttp.Call getUserAsync(GetUserRequest body, ApiCallback<GetUserResponse> callback) throws ApiException
(asynchronously)- 参数:
body- (required)callback- The callback to be executed when the API call finishes- 返回:
- The request call
- 抛出:
ApiException- If fail to process the API call, e.g. serializing the request body object
-
listAccessKeysCall
public com.squareup.okhttp.Call listAccessKeysCall(ListAccessKeysRequest body, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
Build call for listAccessKeys- 参数:
body- (required)progressListener- Progress listenerprogressRequestListener- Progress request listener- 返回:
- Call to execute
- 抛出:
ApiException- If fail to serialize the request body object
-
listAccessKeys
public ListAccessKeysResponse listAccessKeys(ListAccessKeysRequest body) throws ApiException
- 参数:
body- (required)- 返回:
- ListAccessKeysResponse
- 抛出:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
listAccessKeysWithHttpInfo
public ApiResponse<ListAccessKeysResponse> listAccessKeysWithHttpInfo(@NotNull @NotNull ListAccessKeysRequest body) throws ApiException
- 参数:
body- (required)- 返回:
- ApiResponse<ListAccessKeysResponse>
- 抛出:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
listAccessKeysAsync
public com.squareup.okhttp.Call listAccessKeysAsync(ListAccessKeysRequest body, ApiCallback<ListAccessKeysResponse> callback) throws ApiException
(asynchronously)- 参数:
body- (required)callback- The callback to be executed when the API call finishes- 返回:
- The request call
- 抛出:
ApiException- If fail to process the API call, e.g. serializing the request body object
-
listAttachedRolePoliciesCall
public com.squareup.okhttp.Call listAttachedRolePoliciesCall(ListAttachedRolePoliciesRequest body, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
Build call for listAttachedRolePolicies- 参数:
body- (required)progressListener- Progress listenerprogressRequestListener- Progress request listener- 返回:
- Call to execute
- 抛出:
ApiException- If fail to serialize the request body object
-
listAttachedRolePolicies
public ListAttachedRolePoliciesResponse listAttachedRolePolicies(ListAttachedRolePoliciesRequest body) throws ApiException
- 参数:
body- (required)- 返回:
- ListAttachedRolePoliciesResponse
- 抛出:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
listAttachedRolePoliciesWithHttpInfo
public ApiResponse<ListAttachedRolePoliciesResponse> listAttachedRolePoliciesWithHttpInfo(@NotNull @NotNull ListAttachedRolePoliciesRequest body) throws ApiException
- 参数:
body- (required)- 返回:
- ApiResponse<ListAttachedRolePoliciesResponse>
- 抛出:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
listAttachedRolePoliciesAsync
public com.squareup.okhttp.Call listAttachedRolePoliciesAsync(ListAttachedRolePoliciesRequest body, ApiCallback<ListAttachedRolePoliciesResponse> callback) throws ApiException
(asynchronously)- 参数:
body- (required)callback- The callback to be executed when the API call finishes- 返回:
- The request call
- 抛出:
ApiException- If fail to process the API call, e.g. serializing the request body object
-
listAttachedUserGroupPoliciesCall
public com.squareup.okhttp.Call listAttachedUserGroupPoliciesCall(ListAttachedUserGroupPoliciesRequest body, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
Build call for listAttachedUserGroupPolicies- 参数:
body- (required)progressListener- Progress listenerprogressRequestListener- Progress request listener- 返回:
- Call to execute
- 抛出:
ApiException- If fail to serialize the request body object
-
listAttachedUserGroupPolicies
public ListAttachedUserGroupPoliciesResponse listAttachedUserGroupPolicies(ListAttachedUserGroupPoliciesRequest body) throws ApiException
- 参数:
body- (required)- 返回:
- ListAttachedUserGroupPoliciesResponse
- 抛出:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
listAttachedUserGroupPoliciesWithHttpInfo
public ApiResponse<ListAttachedUserGroupPoliciesResponse> listAttachedUserGroupPoliciesWithHttpInfo(@NotNull @NotNull ListAttachedUserGroupPoliciesRequest body) throws ApiException
- 参数:
body- (required)- 返回:
- ApiResponse<ListAttachedUserGroupPoliciesResponse>
- 抛出:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
listAttachedUserGroupPoliciesAsync
public com.squareup.okhttp.Call listAttachedUserGroupPoliciesAsync(ListAttachedUserGroupPoliciesRequest body, ApiCallback<ListAttachedUserGroupPoliciesResponse> callback) throws ApiException
(asynchronously)- 参数:
body- (required)callback- The callback to be executed when the API call finishes- 返回:
- The request call
- 抛出:
ApiException- If fail to process the API call, e.g. serializing the request body object
-
listAttachedUserPoliciesCall
public com.squareup.okhttp.Call listAttachedUserPoliciesCall(ListAttachedUserPoliciesRequest body, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
Build call for listAttachedUserPolicies- 参数:
body- (required)progressListener- Progress listenerprogressRequestListener- Progress request listener- 返回:
- Call to execute
- 抛出:
ApiException- If fail to serialize the request body object
-
listAttachedUserPolicies
public ListAttachedUserPoliciesResponse listAttachedUserPolicies(ListAttachedUserPoliciesRequest body) throws ApiException
- 参数:
body- (required)- 返回:
- ListAttachedUserPoliciesResponse
- 抛出:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
listAttachedUserPoliciesWithHttpInfo
public ApiResponse<ListAttachedUserPoliciesResponse> listAttachedUserPoliciesWithHttpInfo(@NotNull @NotNull ListAttachedUserPoliciesRequest body) throws ApiException
- 参数:
body- (required)- 返回:
- ApiResponse<ListAttachedUserPoliciesResponse>
- 抛出:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
listAttachedUserPoliciesAsync
public com.squareup.okhttp.Call listAttachedUserPoliciesAsync(ListAttachedUserPoliciesRequest body, ApiCallback<ListAttachedUserPoliciesResponse> callback) throws ApiException
(asynchronously)- 参数:
body- (required)callback- The callback to be executed when the API call finishes- 返回:
- The request call
- 抛出:
ApiException- If fail to process the API call, e.g. serializing the request body object
-
listEntitiesForPolicyCall
public com.squareup.okhttp.Call listEntitiesForPolicyCall(ListEntitiesForPolicyRequest body, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
Build call for listEntitiesForPolicy- 参数:
body- (required)progressListener- Progress listenerprogressRequestListener- Progress request listener- 返回:
- Call to execute
- 抛出:
ApiException- If fail to serialize the request body object
-
listEntitiesForPolicy
public ListEntitiesForPolicyResponse listEntitiesForPolicy(ListEntitiesForPolicyRequest body) throws ApiException
- 参数:
body- (required)- 返回:
- ListEntitiesForPolicyResponse
- 抛出:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
listEntitiesForPolicyWithHttpInfo
public ApiResponse<ListEntitiesForPolicyResponse> listEntitiesForPolicyWithHttpInfo(@NotNull @NotNull ListEntitiesForPolicyRequest body) throws ApiException
- 参数:
body- (required)- 返回:
- ApiResponse<ListEntitiesForPolicyResponse>
- 抛出:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
listEntitiesForPolicyAsync
public com.squareup.okhttp.Call listEntitiesForPolicyAsync(ListEntitiesForPolicyRequest body, ApiCallback<ListEntitiesForPolicyResponse> callback) throws ApiException
(asynchronously)- 参数:
body- (required)callback- The callback to be executed when the API call finishes- 返回:
- The request call
- 抛出:
ApiException- If fail to process the API call, e.g. serializing the request body object
-
listGroupsCall
public com.squareup.okhttp.Call listGroupsCall(ListGroupsRequest body, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
Build call for listGroups- 参数:
body- (required)progressListener- Progress listenerprogressRequestListener- Progress request listener- 返回:
- Call to execute
- 抛出:
ApiException- If fail to serialize the request body object
-
listGroups
public ListGroupsResponse listGroups(ListGroupsRequest body) throws ApiException
- 参数:
body- (required)- 返回:
- ListGroupsResponse
- 抛出:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
listGroupsWithHttpInfo
public ApiResponse<ListGroupsResponse> listGroupsWithHttpInfo(@NotNull @NotNull ListGroupsRequest body) throws ApiException
- 参数:
body- (required)- 返回:
- ApiResponse<ListGroupsResponse>
- 抛出:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
listGroupsAsync
public com.squareup.okhttp.Call listGroupsAsync(ListGroupsRequest body, ApiCallback<ListGroupsResponse> callback) throws ApiException
(asynchronously)- 参数:
body- (required)callback- The callback to be executed when the API call finishes- 返回:
- The request call
- 抛出:
ApiException- If fail to process the API call, e.g. serializing the request body object
-
listGroupsForUserCall
public com.squareup.okhttp.Call listGroupsForUserCall(ListGroupsForUserRequest body, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
Build call for listGroupsForUser- 参数:
body- (required)progressListener- Progress listenerprogressRequestListener- Progress request listener- 返回:
- Call to execute
- 抛出:
ApiException- If fail to serialize the request body object
-
listGroupsForUser
public ListGroupsForUserResponse listGroupsForUser(ListGroupsForUserRequest body) throws ApiException
- 参数:
body- (required)- 返回:
- ListGroupsForUserResponse
- 抛出:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
listGroupsForUserWithHttpInfo
public ApiResponse<ListGroupsForUserResponse> listGroupsForUserWithHttpInfo(@NotNull @NotNull ListGroupsForUserRequest body) throws ApiException
- 参数:
body- (required)- 返回:
- ApiResponse<ListGroupsForUserResponse>
- 抛出:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
listGroupsForUserAsync
public com.squareup.okhttp.Call listGroupsForUserAsync(ListGroupsForUserRequest body, ApiCallback<ListGroupsForUserResponse> callback) throws ApiException
(asynchronously)- 参数:
body- (required)callback- The callback to be executed when the API call finishes- 返回:
- The request call
- 抛出:
ApiException- If fail to process the API call, e.g. serializing the request body object
-
listPoliciesCall
public com.squareup.okhttp.Call listPoliciesCall(ListPoliciesRequest body, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
Build call for listPolicies- 参数:
body- (required)progressListener- Progress listenerprogressRequestListener- Progress request listener- 返回:
- Call to execute
- 抛出:
ApiException- If fail to serialize the request body object
-
listPolicies
public ListPoliciesResponse listPolicies(ListPoliciesRequest body) throws ApiException
- 参数:
body- (required)- 返回:
- ListPoliciesResponse
- 抛出:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
listPoliciesWithHttpInfo
public ApiResponse<ListPoliciesResponse> listPoliciesWithHttpInfo(@NotNull @NotNull ListPoliciesRequest body) throws ApiException
- 参数:
body- (required)- 返回:
- ApiResponse<ListPoliciesResponse>
- 抛出:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
listPoliciesAsync
public com.squareup.okhttp.Call listPoliciesAsync(ListPoliciesRequest body, ApiCallback<ListPoliciesResponse> callback) throws ApiException
(asynchronously)- 参数:
body- (required)callback- The callback to be executed when the API call finishes- 返回:
- The request call
- 抛出:
ApiException- If fail to process the API call, e.g. serializing the request body object
-
listRolesCall
public com.squareup.okhttp.Call listRolesCall(ListRolesRequest body, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
Build call for listRoles- 参数:
body- (required)progressListener- Progress listenerprogressRequestListener- Progress request listener- 返回:
- Call to execute
- 抛出:
ApiException- If fail to serialize the request body object
-
listRoles
public ListRolesResponse listRoles(ListRolesRequest body) throws ApiException
- 参数:
body- (required)- 返回:
- ListRolesResponse
- 抛出:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
listRolesWithHttpInfo
public ApiResponse<ListRolesResponse> listRolesWithHttpInfo(@NotNull @NotNull ListRolesRequest body) throws ApiException
- 参数:
body- (required)- 返回:
- ApiResponse<ListRolesResponse>
- 抛出:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
listRolesAsync
public com.squareup.okhttp.Call listRolesAsync(ListRolesRequest body, ApiCallback<ListRolesResponse> callback) throws ApiException
(asynchronously)- 参数:
body- (required)callback- The callback to be executed when the API call finishes- 返回:
- The request call
- 抛出:
ApiException- If fail to process the API call, e.g. serializing the request body object
-
listSAMLProvidersCall
public com.squareup.okhttp.Call listSAMLProvidersCall(ListSAMLProvidersRequest body, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
Build call for listSAMLProviders- 参数:
body- (required)progressListener- Progress listenerprogressRequestListener- Progress request listener- 返回:
- Call to execute
- 抛出:
ApiException- If fail to serialize the request body object
-
listSAMLProviders
public ListSAMLProvidersResponse listSAMLProviders(ListSAMLProvidersRequest body) throws ApiException
- 参数:
body- (required)- 返回:
- ListSAMLProvidersResponse
- 抛出:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
listSAMLProvidersWithHttpInfo
public ApiResponse<ListSAMLProvidersResponse> listSAMLProvidersWithHttpInfo(@NotNull @NotNull ListSAMLProvidersRequest body) throws ApiException
- 参数:
body- (required)- 返回:
- ApiResponse<ListSAMLProvidersResponse>
- 抛出:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
listSAMLProvidersAsync
public com.squareup.okhttp.Call listSAMLProvidersAsync(ListSAMLProvidersRequest body, ApiCallback<ListSAMLProvidersResponse> callback) throws ApiException
(asynchronously)- 参数:
body- (required)callback- The callback to be executed when the API call finishes- 返回:
- The request call
- 抛出:
ApiException- If fail to process the API call, e.g. serializing the request body object
-
listUsersCall
public com.squareup.okhttp.Call listUsersCall(ListUsersRequest body, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
Build call for listUsers- 参数:
body- (required)progressListener- Progress listenerprogressRequestListener- Progress request listener- 返回:
- Call to execute
- 抛出:
ApiException- If fail to serialize the request body object
-
listUsers
public ListUsersResponse listUsers(ListUsersRequest body) throws ApiException
- 参数:
body- (required)- 返回:
- ListUsersResponse
- 抛出:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
listUsersWithHttpInfo
public ApiResponse<ListUsersResponse> listUsersWithHttpInfo(@NotNull @NotNull ListUsersRequest body) throws ApiException
- 参数:
body- (required)- 返回:
- ApiResponse<ListUsersResponse>
- 抛出:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
listUsersAsync
public com.squareup.okhttp.Call listUsersAsync(ListUsersRequest body, ApiCallback<ListUsersResponse> callback) throws ApiException
(asynchronously)- 参数:
body- (required)callback- The callback to be executed when the API call finishes- 返回:
- The request call
- 抛出:
ApiException- If fail to process the API call, e.g. serializing the request body object
-
listUsersForGroupCall
public com.squareup.okhttp.Call listUsersForGroupCall(ListUsersForGroupRequest body, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
Build call for listUsersForGroup- 参数:
body- (required)progressListener- Progress listenerprogressRequestListener- Progress request listener- 返回:
- Call to execute
- 抛出:
ApiException- If fail to serialize the request body object
-
listUsersForGroup
public ListUsersForGroupResponse listUsersForGroup(ListUsersForGroupRequest body) throws ApiException
- 参数:
body- (required)- 返回:
- ListUsersForGroupResponse
- 抛出:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
listUsersForGroupWithHttpInfo
public ApiResponse<ListUsersForGroupResponse> listUsersForGroupWithHttpInfo(@NotNull @NotNull ListUsersForGroupRequest body) throws ApiException
- 参数:
body- (required)- 返回:
- ApiResponse<ListUsersForGroupResponse>
- 抛出:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
listUsersForGroupAsync
public com.squareup.okhttp.Call listUsersForGroupAsync(ListUsersForGroupRequest body, ApiCallback<ListUsersForGroupResponse> callback) throws ApiException
(asynchronously)- 参数:
body- (required)callback- The callback to be executed when the API call finishes- 返回:
- The request call
- 抛出:
ApiException- If fail to process the API call, e.g. serializing the request body object
-
removeUserFromGroupCall
public com.squareup.okhttp.Call removeUserFromGroupCall(RemoveUserFromGroupRequest body, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
Build call for removeUserFromGroup- 参数:
body- (required)progressListener- Progress listenerprogressRequestListener- Progress request listener- 返回:
- Call to execute
- 抛出:
ApiException- If fail to serialize the request body object
-
removeUserFromGroup
public RemoveUserFromGroupResponse removeUserFromGroup(RemoveUserFromGroupRequest body) throws ApiException
- 参数:
body- (required)- 返回:
- RemoveUserFromGroupResponse
- 抛出:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
removeUserFromGroupWithHttpInfo
public ApiResponse<RemoveUserFromGroupResponse> removeUserFromGroupWithHttpInfo(@NotNull @NotNull RemoveUserFromGroupRequest body) throws ApiException
- 参数:
body- (required)- 返回:
- ApiResponse<RemoveUserFromGroupResponse>
- 抛出:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
removeUserFromGroupAsync
public com.squareup.okhttp.Call removeUserFromGroupAsync(RemoveUserFromGroupRequest body, ApiCallback<RemoveUserFromGroupResponse> callback) throws ApiException
(asynchronously)- 参数:
body- (required)callback- The callback to be executed when the API call finishes- 返回:
- The request call
- 抛出:
ApiException- If fail to process the API call, e.g. serializing the request body object
-
updateAccessKeyCall
public com.squareup.okhttp.Call updateAccessKeyCall(UpdateAccessKeyRequest body, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
Build call for updateAccessKey- 参数:
body- (required)progressListener- Progress listenerprogressRequestListener- Progress request listener- 返回:
- Call to execute
- 抛出:
ApiException- If fail to serialize the request body object
-
updateAccessKey
public UpdateAccessKeyResponse updateAccessKey(UpdateAccessKeyRequest body) throws ApiException
- 参数:
body- (required)- 返回:
- UpdateAccessKeyResponse
- 抛出:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
updateAccessKeyWithHttpInfo
public ApiResponse<UpdateAccessKeyResponse> updateAccessKeyWithHttpInfo(@NotNull @NotNull UpdateAccessKeyRequest body) throws ApiException
- 参数:
body- (required)- 返回:
- ApiResponse<UpdateAccessKeyResponse>
- 抛出:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
updateAccessKeyAsync
public com.squareup.okhttp.Call updateAccessKeyAsync(UpdateAccessKeyRequest body, ApiCallback<UpdateAccessKeyResponse> callback) throws ApiException
(asynchronously)- 参数:
body- (required)callback- The callback to be executed when the API call finishes- 返回:
- The request call
- 抛出:
ApiException- If fail to process the API call, e.g. serializing the request body object
-
updateGroupCall
public com.squareup.okhttp.Call updateGroupCall(UpdateGroupRequest body, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
Build call for updateGroup- 参数:
body- (required)progressListener- Progress listenerprogressRequestListener- Progress request listener- 返回:
- Call to execute
- 抛出:
ApiException- If fail to serialize the request body object
-
updateGroup
public UpdateGroupResponse updateGroup(UpdateGroupRequest body) throws ApiException
- 参数:
body- (required)- 返回:
- UpdateGroupResponse
- 抛出:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
updateGroupWithHttpInfo
public ApiResponse<UpdateGroupResponse> updateGroupWithHttpInfo(@NotNull @NotNull UpdateGroupRequest body) throws ApiException
- 参数:
body- (required)- 返回:
- ApiResponse<UpdateGroupResponse>
- 抛出:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
updateGroupAsync
public com.squareup.okhttp.Call updateGroupAsync(UpdateGroupRequest body, ApiCallback<UpdateGroupResponse> callback) throws ApiException
(asynchronously)- 参数:
body- (required)callback- The callback to be executed when the API call finishes- 返回:
- The request call
- 抛出:
ApiException- If fail to process the API call, e.g. serializing the request body object
-
updateLoginProfileCall
public com.squareup.okhttp.Call updateLoginProfileCall(UpdateLoginProfileRequest body, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
Build call for updateLoginProfile- 参数:
body- (required)progressListener- Progress listenerprogressRequestListener- Progress request listener- 返回:
- Call to execute
- 抛出:
ApiException- If fail to serialize the request body object
-
updateLoginProfile
public UpdateLoginProfileResponse updateLoginProfile(UpdateLoginProfileRequest body) throws ApiException
- 参数:
body- (required)- 返回:
- UpdateLoginProfileResponse
- 抛出:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
updateLoginProfileWithHttpInfo
public ApiResponse<UpdateLoginProfileResponse> updateLoginProfileWithHttpInfo(@NotNull @NotNull UpdateLoginProfileRequest body) throws ApiException
- 参数:
body- (required)- 返回:
- ApiResponse<UpdateLoginProfileResponse>
- 抛出:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
updateLoginProfileAsync
public com.squareup.okhttp.Call updateLoginProfileAsync(UpdateLoginProfileRequest body, ApiCallback<UpdateLoginProfileResponse> callback) throws ApiException
(asynchronously)- 参数:
body- (required)callback- The callback to be executed when the API call finishes- 返回:
- The request call
- 抛出:
ApiException- If fail to process the API call, e.g. serializing the request body object
-
updatePolicyCall
public com.squareup.okhttp.Call updatePolicyCall(UpdatePolicyRequest body, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
Build call for updatePolicy- 参数:
body- (required)progressListener- Progress listenerprogressRequestListener- Progress request listener- 返回:
- Call to execute
- 抛出:
ApiException- If fail to serialize the request body object
-
updatePolicy
public UpdatePolicyResponse updatePolicy(UpdatePolicyRequest body) throws ApiException
- 参数:
body- (required)- 返回:
- UpdatePolicyResponse
- 抛出:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
updatePolicyWithHttpInfo
public ApiResponse<UpdatePolicyResponse> updatePolicyWithHttpInfo(@NotNull @NotNull UpdatePolicyRequest body) throws ApiException
- 参数:
body- (required)- 返回:
- ApiResponse<UpdatePolicyResponse>
- 抛出:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
updatePolicyAsync
public com.squareup.okhttp.Call updatePolicyAsync(UpdatePolicyRequest body, ApiCallback<UpdatePolicyResponse> callback) throws ApiException
(asynchronously)- 参数:
body- (required)callback- The callback to be executed when the API call finishes- 返回:
- The request call
- 抛出:
ApiException- If fail to process the API call, e.g. serializing the request body object
-
updateRoleCall
public com.squareup.okhttp.Call updateRoleCall(UpdateRoleRequest body, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
Build call for updateRole- 参数:
body- (required)progressListener- Progress listenerprogressRequestListener- Progress request listener- 返回:
- Call to execute
- 抛出:
ApiException- If fail to serialize the request body object
-
updateRole
public UpdateRoleResponse updateRole(UpdateRoleRequest body) throws ApiException
- 参数:
body- (required)- 返回:
- UpdateRoleResponse
- 抛出:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
updateRoleWithHttpInfo
public ApiResponse<UpdateRoleResponse> updateRoleWithHttpInfo(@NotNull @NotNull UpdateRoleRequest body) throws ApiException
- 参数:
body- (required)- 返回:
- ApiResponse<UpdateRoleResponse>
- 抛出:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
updateRoleAsync
public com.squareup.okhttp.Call updateRoleAsync(UpdateRoleRequest body, ApiCallback<UpdateRoleResponse> callback) throws ApiException
(asynchronously)- 参数:
body- (required)callback- The callback to be executed when the API call finishes- 返回:
- The request call
- 抛出:
ApiException- If fail to process the API call, e.g. serializing the request body object
-
updateSAMLProviderCall
public com.squareup.okhttp.Call updateSAMLProviderCall(String description, String newEncodedSAMLMetadataDocument, String saMLProviderName, Integer ssOType, Integer status, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
Build call for updateSAMLProvider- 参数:
description- (optional)newEncodedSAMLMetadataDocument- (optional)saMLProviderName- (optional)ssOType- (optional)status- (optional)progressListener- Progress listenerprogressRequestListener- Progress request listener- 返回:
- Call to execute
- 抛出:
ApiException- If fail to serialize the request body object
-
updateSAMLProvider
public UpdateSAMLProviderResponse updateSAMLProvider(String description, String newEncodedSAMLMetadataDocument, String saMLProviderName, Integer ssOType, Integer status) throws ApiException
- 参数:
description- (optional)newEncodedSAMLMetadataDocument- (optional)saMLProviderName- (optional)ssOType- (optional)status- (optional)- 返回:
- UpdateSAMLProviderResponse
- 抛出:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
updateSAMLProviderWithHttpInfo
public ApiResponse<UpdateSAMLProviderResponse> updateSAMLProviderWithHttpInfo(String description, String newEncodedSAMLMetadataDocument, String saMLProviderName, Integer ssOType, Integer status) throws ApiException
- 参数:
description- (optional)newEncodedSAMLMetadataDocument- (optional)saMLProviderName- (optional)ssOType- (optional)status- (optional)- 返回:
- ApiResponse<UpdateSAMLProviderResponse>
- 抛出:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
updateSAMLProviderAsync
public com.squareup.okhttp.Call updateSAMLProviderAsync(String description, String newEncodedSAMLMetadataDocument, String saMLProviderName, Integer ssOType, Integer status, ApiCallback<UpdateSAMLProviderResponse> callback) throws ApiException
(asynchronously)- 参数:
description- (optional)newEncodedSAMLMetadataDocument- (optional)saMLProviderName- (optional)ssOType- (optional)status- (optional)callback- The callback to be executed when the API call finishes- 返回:
- The request call
- 抛出:
ApiException- If fail to process the API call, e.g. serializing the request body object
-
updateSAMLProviderCall
public com.squareup.okhttp.Call updateSAMLProviderCall(UpdateSAMLProviderRequest body, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
Build call for updateSAMLProvider- 参数:
body- (optional)progressListener- Progress listenerprogressRequestListener- Progress request listener- 返回:
- Call to execute
- 抛出:
ApiException- If fail to serialize the request body object
-
updateSAMLProvider
public UpdateSAMLProviderResponse updateSAMLProvider(UpdateSAMLProviderRequest body) throws ApiException
- 参数:
body- (optional)- 返回:
- UpdateSAMLProviderResponse
- 抛出:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
updateSAMLProviderWithHttpInfo
public ApiResponse<UpdateSAMLProviderResponse> updateSAMLProviderWithHttpInfo(UpdateSAMLProviderRequest body) throws ApiException
- 参数:
body- (optional)- 返回:
- ApiResponse<UpdateSAMLProviderResponse>
- 抛出:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
updateSAMLProviderAsync
public com.squareup.okhttp.Call updateSAMLProviderAsync(UpdateSAMLProviderRequest body, ApiCallback<UpdateSAMLProviderResponse> callback) throws ApiException
(asynchronously)- 参数:
body- (optional)callback- The callback to be executed when the API call finishes- 返回:
- The request call
- 抛出:
ApiException- If fail to process the API call, e.g. serializing the request body object
-
updateUserCall
public com.squareup.okhttp.Call updateUserCall(UpdateUserRequest body, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
Build call for updateUser- 参数:
body- (required)progressListener- Progress listenerprogressRequestListener- Progress request listener- 返回:
- Call to execute
- 抛出:
ApiException- If fail to serialize the request body object
-
updateUser
public UpdateUserResponse updateUser(UpdateUserRequest body) throws ApiException
- 参数:
body- (required)- 返回:
- UpdateUserResponse
- 抛出:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
updateUserWithHttpInfo
public ApiResponse<UpdateUserResponse> updateUserWithHttpInfo(@NotNull @NotNull UpdateUserRequest body) throws ApiException
- 参数:
body- (required)- 返回:
- ApiResponse<UpdateUserResponse>
- 抛出:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
updateUserAsync
public com.squareup.okhttp.Call updateUserAsync(UpdateUserRequest body, ApiCallback<UpdateUserResponse> callback) throws ApiException
(asynchronously)- 参数:
body- (required)callback- The callback to be executed when the API call finishes- 返回:
- The request call
- 抛出:
ApiException- If fail to process the API call, e.g. serializing the request body object
-
-