public class KeyManagementPasswordApi extends Object
| Constructor and Description |
|---|
KeyManagementPasswordApi() |
KeyManagementPasswordApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
ApiClient |
getApiClient() |
void |
setApiClient(ApiClient apiClient) |
Object |
updatePassword(String keyId,
UpdatePasswordKeysRequest updatePasswordKeysRequest)
Activate or De-activate Password
Activate or De-activate key of type password
|
okhttp3.Call |
updatePasswordAsync(String keyId,
UpdatePasswordKeysRequest updatePasswordKeysRequest,
ApiCallback<Object> callback)
Activate or De-activate Password (asynchronously)
Activate or De-activate key of type password
|
okhttp3.Call |
updatePasswordCall(String keyId,
UpdatePasswordKeysRequest updatePasswordKeysRequest,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for updatePassword
|
ApiResponse<Object> |
updatePasswordWithHttpInfo(String keyId,
UpdatePasswordKeysRequest updatePasswordKeysRequest)
Activate or De-activate Password
Activate or De-activate key of type password
|
public KeyManagementPasswordApi()
public KeyManagementPasswordApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public okhttp3.Call updatePasswordCall(String keyId, UpdatePasswordKeysRequest updatePasswordKeysRequest, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
keyId - Key ID. (required)updatePasswordKeysRequest - (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic Object updatePassword(String keyId, UpdatePasswordKeysRequest updatePasswordKeysRequest) throws ApiException
keyId - Key ID. (required)updatePasswordKeysRequest - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Object> updatePasswordWithHttpInfo(String keyId, UpdatePasswordKeysRequest updatePasswordKeysRequest) throws ApiException
keyId - Key ID. (required)updatePasswordKeysRequest - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call updatePasswordAsync(String keyId, UpdatePasswordKeysRequest updatePasswordKeysRequest, ApiCallback<Object> callback) throws ApiException
keyId - Key ID. (required)updatePasswordKeysRequest - (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 objectCopyright © 2024. All rights reserved.