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