Uses of Class
software.amazon.awssdk.services.cloudfront.model.ViewerCertificate
-
Packages that use ViewerCertificate Package Description software.amazon.awssdk.services.cloudfront.model -
-
Uses of ViewerCertificate in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return ViewerCertificate Modifier and Type Method Description ViewerCertificateDistributionConfig. viewerCertificate()A complex type that determines the distribution's SSL/TLS configuration for communicating with viewers.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 ViewerCertificate Modifier and Type Method Description DistributionConfig.BuilderDistributionConfig.Builder. viewerCertificate(ViewerCertificate viewerCertificate)A complex type that determines the distribution's SSL/TLS configuration for communicating with viewers.DistributionSummary.BuilderDistributionSummary.Builder. viewerCertificate(ViewerCertificate viewerCertificate)A complex type that determines the distribution's SSL/TLS configuration for communicating with viewers.
-