Uses of Class
software.amazon.awssdk.services.apprunner.model.CertificateValidationRecord
-
Packages that use CertificateValidationRecord Package Description software.amazon.awssdk.services.apprunner.model -
-
Uses of CertificateValidationRecord in software.amazon.awssdk.services.apprunner.model
Methods in software.amazon.awssdk.services.apprunner.model that return types with arguments of type CertificateValidationRecord Modifier and Type Method Description List<CertificateValidationRecord>CustomDomain. certificateValidationRecords()A list of certificate CNAME records that's used for this domain name.Methods in software.amazon.awssdk.services.apprunner.model with parameters of type CertificateValidationRecord Modifier and Type Method Description CustomDomain.BuilderCustomDomain.Builder. certificateValidationRecords(CertificateValidationRecord... certificateValidationRecords)A list of certificate CNAME records that's used for this domain name.Method parameters in software.amazon.awssdk.services.apprunner.model with type arguments of type CertificateValidationRecord Modifier and Type Method Description CustomDomain.BuilderCustomDomain.Builder. certificateValidationRecords(Collection<CertificateValidationRecord> certificateValidationRecords)A list of certificate CNAME records that's used for this domain name.
-