Package | Description |
---|---|
com.cloudera.api.swagger | |
com.cloudera.api.swagger.model |
Modifier and Type | Method and Description |
---|---|
ApiCommand |
ClouderaManagerResourceApi.updateCspType(ApiUpdateCspTypeArguments body)
Updates the CSP type from previous csp type to new csp type, by copying the key_id (used for encryption of configs) from previous csp type to new csp type or from one location to another in same CSP type.
|
okhttp3.Call |
ClouderaManagerResourceApi.updateCspTypeAsync(ApiUpdateCspTypeArguments body,
ApiCallback<ApiCommand> callback)
Updates the CSP type from previous csp type to new csp type, by copying the key_id (used for encryption of configs) from previous csp type to new csp type or from one location to another in same CSP type.
|
okhttp3.Call |
ClouderaManagerResourceApi.updateCspTypeCall(ApiUpdateCspTypeArguments body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for updateCspType
|
ApiResponse<ApiCommand> |
ClouderaManagerResourceApi.updateCspTypeWithHttpInfo(ApiUpdateCspTypeArguments body)
Updates the CSP type from previous csp type to new csp type, by copying the key_id (used for encryption of configs) from previous csp type to new csp type or from one location to another in same CSP type.
|
Modifier and Type | Method and Description |
---|---|
ApiUpdateCspTypeArguments |
ApiUpdateCspTypeArguments.cspAddress(String cspAddress) |
ApiUpdateCspTypeArguments |
ApiUpdateCspTypeArguments.cspSecretPath(String cspSecretPath) |
ApiUpdateCspTypeArguments |
ApiUpdateCspTypeArguments.cspStoragePath(String cspStoragePath) |
ApiUpdateCspTypeArguments |
ApiUpdateCspTypeArguments.cspType(String cspType) |
Copyright © 2024. All rights reserved.