Uses of Class
org.openapitools.client.model.DomainCertificate
Packages that use DomainCertificate
-
Uses of DomainCertificate in org.openapitools.client.api
Methods in org.openapitools.client.api with parameters of type DomainCertificateModifier and TypeMethodDescriptionvoidCustomDomainApi.upsertCertificate(String domainId, DomainCertificate certificate) Upsert the Custom Domain's Certificate Upserts (creates or renews) the `MANUAL` certificate for the custom domain.voidCustomDomainApi.upsertCertificate(String domainId, DomainCertificate certificate, Map<String, String> additionalHeaders) Upsert the Custom Domain's Certificate Upserts (creates or renews) the `MANUAL` certificate for the custom domain. -
Uses of DomainCertificate in org.openapitools.client.model
Methods in org.openapitools.client.model that return DomainCertificateModifier and TypeMethodDescriptionDomainCertificate.certificate(String certificate) DomainCertificate.certificateChain(String certificateChain) DomainCertificate.privateKey(String privateKey) DomainCertificate.type(DomainCertificateType type)