Uses of Class
com.ibm.cloud.ibm_key_protect_api.v2.model.KMIPProfileDataBody
-
Packages that use KMIPProfileDataBody Package Description com.ibm.cloud.ibm_key_protect_api.v2.model -
-
Uses of KMIPProfileDataBody in com.ibm.cloud.ibm_key_protect_api.v2.model
Subclasses of KMIPProfileDataBody in com.ibm.cloud.ibm_key_protect_api.v2.model Modifier and Type Class Description class
KMIPProfileDataBodyKMIPProfileDataNative
Properties that must be specified to profile_data when it is of native_1.0 KMIP adapter resource.Methods in com.ibm.cloud.ibm_key_protect_api.v2.model that return KMIPProfileDataBody Modifier and Type Method Description KMIPProfileDataBody
KMIPAdapter. getProfileData()
Gets the profileData.KMIPProfileDataBody
CreateKMIPAdapterRequestBodyResources. profileData()
Gets the profileData.Methods in com.ibm.cloud.ibm_key_protect_api.v2.model with parameters of type KMIPProfileDataBody Modifier and Type Method Description CreateKMIPAdapterRequestBodyResources.Builder
CreateKMIPAdapterRequestBodyResources.Builder. profileData(KMIPProfileDataBody profileData)
Set the profileData.Constructors in com.ibm.cloud.ibm_key_protect_api.v2.model with parameters of type KMIPProfileDataBody Constructor Description Builder(KMIPProfileDataBody kmipProfileDataBodyKmipProfileDataNative)
Instantiates a new Builder from an existing KMIPProfileDataBodyKMIPProfileDataNative instance.
-