Uses of Class
com.ibm.cloud.ibm_key_protect_api.v2.model.EnableKeyOptions
-
Packages that use EnableKeyOptions 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 EnableKeyOptions in com.ibm.cloud.ibm_key_protect_api.v2
Methods in com.ibm.cloud.ibm_key_protect_api.v2 with parameters of type EnableKeyOptions Modifier and Type Method Description com.ibm.cloud.sdk.core.http.ServiceCall<Void>
IbmKeyProtectApi. enableKey(EnableKeyOptions enableKeyOptions)
Enable a key. -
Uses of EnableKeyOptions in com.ibm.cloud.ibm_key_protect_api.v2.model
Methods in com.ibm.cloud.ibm_key_protect_api.v2.model that return EnableKeyOptions Modifier and Type Method Description EnableKeyOptions
EnableKeyOptions.Builder. build()
Builds a EnableKeyOptions.
-