Package | Description |
---|---|
com.amazonaws.services.cloudfront.model |
Modifier and Type | Method and Description |
---|---|
ViewerCertificate |
ViewerCertificate.clone() |
ViewerCertificate |
DistributionSummary.getViewerCertificate()
A complex type that determines the distribution’s SSL/TLS configuration for communicating with viewers.
|
ViewerCertificate |
DistributionConfig.getViewerCertificate()
A complex type that determines the distribution’s SSL/TLS configuration for communicating with viewers.
|
ViewerCertificate |
ViewerCertificate.withACMCertificateArn(String aCMCertificateArn)
If the distribution uses
Aliases (alternate domain names or CNAMEs) and the SSL/TLS certificate is
stored in Certificate Manager
(ACM), provide the Amazon Resource Name (ARN) of the ACM certificate. |
ViewerCertificate |
ViewerCertificate.withCertificate(String certificate)
Deprecated.
|
ViewerCertificate |
ViewerCertificate.withCertificateSource(CertificateSource certificateSource)
Deprecated.
|
ViewerCertificate |
ViewerCertificate.withCertificateSource(String certificateSource)
Deprecated.
|
ViewerCertificate |
ViewerCertificate.withCloudFrontDefaultCertificate(Boolean cloudFrontDefaultCertificate)
If the distribution uses the CloudFront domain name such as
d111111abcdef8.cloudfront.net , set this
field to true . |
ViewerCertificate |
ViewerCertificate.withIAMCertificateId(String iAMCertificateId)
If the distribution uses
Aliases (alternate domain names or CNAMEs) and the SSL/TLS certificate is
stored in Identity
and Access Management (IAM), provide the ID of the IAM certificate. |
ViewerCertificate |
ViewerCertificate.withMinimumProtocolVersion(MinimumProtocolVersion minimumProtocolVersion)
If the distribution uses
Aliases (alternate domain names or CNAMEs), specify the security policy
that you want CloudFront to use for HTTPS connections with viewers. |
ViewerCertificate |
ViewerCertificate.withMinimumProtocolVersion(String minimumProtocolVersion)
If the distribution uses
Aliases (alternate domain names or CNAMEs), specify the security policy
that you want CloudFront to use for HTTPS connections with viewers. |
ViewerCertificate |
ViewerCertificate.withSSLSupportMethod(SSLSupportMethod sSLSupportMethod)
If the distribution uses
Aliases (alternate domain names or CNAMEs), specify which viewers the
distribution accepts HTTPS connections from. |
ViewerCertificate |
ViewerCertificate.withSSLSupportMethod(String sSLSupportMethod)
If the distribution uses
Aliases (alternate domain names or CNAMEs), specify which viewers the
distribution accepts HTTPS connections from. |
Modifier and Type | Method and Description |
---|---|
void |
DistributionSummary.setViewerCertificate(ViewerCertificate viewerCertificate)
A complex type that determines the distribution’s SSL/TLS configuration for communicating with viewers.
|
void |
DistributionConfig.setViewerCertificate(ViewerCertificate viewerCertificate)
A complex type that determines the distribution’s SSL/TLS configuration for communicating with viewers.
|
DistributionSummary |
DistributionSummary.withViewerCertificate(ViewerCertificate viewerCertificate)
A complex type that determines the distribution’s SSL/TLS configuration for communicating with viewers.
|
DistributionConfig |
DistributionConfig.withViewerCertificate(ViewerCertificate viewerCertificate)
A complex type that determines the distribution’s SSL/TLS configuration for communicating with viewers.
|
Copyright © 2021. All rights reserved.