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