Uses of Class
software.amazon.awssdk.services.cloudfront.model.ViewerCertificate
Packages that use ViewerCertificate
-
Uses of ViewerCertificate in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return ViewerCertificateModifier and TypeMethodDescriptionfinal ViewerCertificateDistributionConfig.viewerCertificate()A complex type that determines the distribution's SSL/TLS configuration for communicating with viewers.final ViewerCertificateDistributionSummary.viewerCertificate()A complex type that determines the distribution's SSL/TLS configuration for communicating with viewers.Methods in software.amazon.awssdk.services.cloudfront.model with parameters of type ViewerCertificateModifier and TypeMethodDescriptionDistributionConfig.Builder.viewerCertificate(ViewerCertificate viewerCertificate) A complex type that determines the distribution's SSL/TLS configuration for communicating with viewers.DistributionSummary.Builder.viewerCertificate(ViewerCertificate viewerCertificate) A complex type that determines the distribution's SSL/TLS configuration for communicating with viewers.