Uses of Class
com.ibm.cloud.ibm_key_protect_api.v2.model.PatchKeyOptions
-
Packages that use PatchKeyOptions Package Description com.ibm.cloud.ibm_key_protect_api.v2 IBM Key Protect API v2.com.ibm.cloud.ibm_key_protect_api.v2.model -
-
Uses of PatchKeyOptions in com.ibm.cloud.ibm_key_protect_api.v2
Methods in com.ibm.cloud.ibm_key_protect_api.v2 with parameters of type PatchKeyOptions Modifier and Type Method Description com.ibm.cloud.sdk.core.http.ServiceCall<PatchKeyResponseBody>
IbmKeyProtectApi. patchKey(PatchKeyOptions patchKeyOptions)
Update (patch) a key. -
Uses of PatchKeyOptions in com.ibm.cloud.ibm_key_protect_api.v2.model
Methods in com.ibm.cloud.ibm_key_protect_api.v2.model that return PatchKeyOptions Modifier and Type Method Description PatchKeyOptions
PatchKeyOptions.Builder. build()
Builds a PatchKeyOptions.
-