Uses of Class
com.ibm.cloud.ibm_key_protect_api.v2.model.CreateKMIPClientCertificateObject
-
Packages that use CreateKMIPClientCertificateObject Package Description com.ibm.cloud.ibm_key_protect_api.v2.model -
-
Uses of CreateKMIPClientCertificateObject in com.ibm.cloud.ibm_key_protect_api.v2.model
Methods in com.ibm.cloud.ibm_key_protect_api.v2.model that return CreateKMIPClientCertificateObject Modifier and Type Method Description CreateKMIPClientCertificateObject
CreateKMIPClientCertificateObject.Builder. build()
Builds a CreateKMIPClientCertificateObject.Methods in com.ibm.cloud.ibm_key_protect_api.v2.model that return types with arguments of type CreateKMIPClientCertificateObject Modifier and Type Method Description List<CreateKMIPClientCertificateObject>
AddKmipClientCertificateOptions. resources()
Gets the resources.Methods in com.ibm.cloud.ibm_key_protect_api.v2.model with parameters of type CreateKMIPClientCertificateObject Modifier and Type Method Description AddKmipClientCertificateOptions.Builder
AddKmipClientCertificateOptions.Builder. addResources(CreateKMIPClientCertificateObject resources)
Adds a new element to resources.Method parameters in com.ibm.cloud.ibm_key_protect_api.v2.model with type arguments of type CreateKMIPClientCertificateObject Modifier and Type Method Description AddKmipClientCertificateOptions.Builder
AddKmipClientCertificateOptions.Builder. resources(List<CreateKMIPClientCertificateObject> resources)
Set the resources.Constructor parameters in com.ibm.cloud.ibm_key_protect_api.v2.model with type arguments of type CreateKMIPClientCertificateObject Constructor Description Builder(String adapterId, String bluemixInstance, CollectionMetadata metadata, List<CreateKMIPClientCertificateObject> resources)
Instantiates a new builder with required properties.
-