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