Uses of Class
com.ibm.cloud.ibm_key_protect_api.v2.model.GetKmipClientCertificatesOptions
-
Packages that use GetKmipClientCertificatesOptions 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 GetKmipClientCertificatesOptions in com.ibm.cloud.ibm_key_protect_api.v2
Methods in com.ibm.cloud.ibm_key_protect_api.v2 with parameters of type GetKmipClientCertificatesOptions Modifier and Type Method Description com.ibm.cloud.sdk.core.http.ServiceCall<ListKMIPPartialClientCertificatesWithTotalCount>
IbmKeyProtectApi. getKmipClientCertificates(GetKmipClientCertificatesOptions getKmipClientCertificatesOptions)
List client certificates of a KMIP Adapter. -
Uses of GetKmipClientCertificatesOptions in com.ibm.cloud.ibm_key_protect_api.v2.model
Methods in com.ibm.cloud.ibm_key_protect_api.v2.model that return GetKmipClientCertificatesOptions Modifier and Type Method Description GetKmipClientCertificatesOptions
GetKmipClientCertificatesOptions.Builder. build()
Builds a GetKmipClientCertificatesOptions.
-