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