Uses of Class
com.ibm.cloud.ibm_key_protect_api.v2.model.GetKeyMetadataOptions
-
Packages that use GetKeyMetadataOptions 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 GetKeyMetadataOptions in com.ibm.cloud.ibm_key_protect_api.v2
Methods in com.ibm.cloud.ibm_key_protect_api.v2 with parameters of type GetKeyMetadataOptions Modifier and Type Method Description com.ibm.cloud.sdk.core.http.ServiceCall<GetKeyMetadata>
IbmKeyProtectApi. getKeyMetadata(GetKeyMetadataOptions getKeyMetadataOptions)
Retrieve key metadata. -
Uses of GetKeyMetadataOptions in com.ibm.cloud.ibm_key_protect_api.v2.model
Methods in com.ibm.cloud.ibm_key_protect_api.v2.model that return GetKeyMetadataOptions Modifier and Type Method Description GetKeyMetadataOptions
GetKeyMetadataOptions.Builder. build()
Builds a GetKeyMetadataOptions.
-