Uses of Class
com.amazonaws.services.cloudfront.model.ViewerCertificate
Packages that use ViewerCertificate
-
Uses of ViewerCertificate in com.amazonaws.services.cloudfront.model
Methods in com.amazonaws.services.cloudfront.model that return ViewerCertificateModifier and TypeMethodDescriptionViewerCertificate.clone()DistributionConfig.getViewerCertificate()DistributionSummary.getViewerCertificate()ViewerCertificate.withACMCertificateArn(String aCMCertificateArn) If you want viewers to use HTTPS to request your objects and you're using an alternate domain name in your object URLs (for example, https://example.com/logo.jpg), specify the ACM certificate ARN of the custom viewer certificate for this distribution.ViewerCertificate.withCertificate(String certificate) Deprecated.ViewerCertificate.withCertificateSource(CertificateSource certificateSource) Deprecated.ViewerCertificate.withCertificateSource(String certificateSource) Deprecated.ViewerCertificate.withCloudFrontDefaultCertificate(Boolean cloudFrontDefaultCertificate) If you want viewers to use HTTPS to request your objects and you're using the CloudFront domain name of your distribution in your object URLs (for example, https://d111111abcdef8.cloudfront.net/logo.jpg), set to true.ViewerCertificate.withIAMCertificateId(String iAMCertificateId) If you want viewers to use HTTPS to request your objects and you're using an alternate domain name in your object URLs (for example, https://example.com/logo.jpg), specify the IAM certificate identifier of the custom viewer certificate for this distribution.ViewerCertificate.withMinimumProtocolVersion(MinimumProtocolVersion minimumProtocolVersion) Specify the minimum version of the SSL protocol that you want CloudFront to use, SSLv3 or TLSv1, for HTTPS connections.ViewerCertificate.withMinimumProtocolVersion(String minimumProtocolVersion) Specify the minimum version of the SSL protocol that you want CloudFront to use, SSLv3 or TLSv1, for HTTPS connections.ViewerCertificate.withSSLSupportMethod(SSLSupportMethod sSLSupportMethod) If you specify a value for IAMCertificateId, you must also specify how you want CloudFront to serve HTTPS requests.ViewerCertificate.withSSLSupportMethod(String sSLSupportMethod) If you specify a value for IAMCertificateId, you must also specify how you want CloudFront to serve HTTPS requests.Methods in com.amazonaws.services.cloudfront.model with parameters of type ViewerCertificateModifier and TypeMethodDescriptionvoidDistributionConfig.setViewerCertificate(ViewerCertificate viewerCertificate) voidDistributionSummary.setViewerCertificate(ViewerCertificate viewerCertificate) DistributionConfig.withViewerCertificate(ViewerCertificate viewerCertificate) DistributionSummary.withViewerCertificate(ViewerCertificate viewerCertificate)