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