Uses of Class
com.ibm.cloud.ibm_key_protect_api.v2.model.DeleteKmipObjectOptions
-
Packages that use DeleteKmipObjectOptions 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 DeleteKmipObjectOptions in com.ibm.cloud.ibm_key_protect_api.v2
Methods in com.ibm.cloud.ibm_key_protect_api.v2 with parameters of type DeleteKmipObjectOptions Modifier and Type Method Description com.ibm.cloud.sdk.core.http.ServiceCall<Void>
IbmKeyProtectApi. deleteKmipObject(DeleteKmipObjectOptions deleteKmipObjectOptions)
Delete a KMIP object from a KMIP Adapter. -
Uses of DeleteKmipObjectOptions in com.ibm.cloud.ibm_key_protect_api.v2.model
Methods in com.ibm.cloud.ibm_key_protect_api.v2.model that return DeleteKmipObjectOptions Modifier and Type Method Description DeleteKmipObjectOptions
DeleteKmipObjectOptions.Builder. build()
Builds a DeleteKmipObjectOptions.
-