| Package | Description |
|---|---|
| com.amazonaws.services.cloudfront.model |
| Modifier and Type | Method and Description |
|---|---|
ViewerCertificate |
ViewerCertificate.clone() |
ViewerCertificate |
DistributionConfig.getViewerCertificate()
A complex type that specifies whether you want viewers to use HTTP or HTTPS to request your objects, whether
you're using an alternate domain name with HTTPS, and if so, if you're using AWS Certificate Manager (ACM) or a
third-party certificate authority.
|
ViewerCertificate |
DistributionSummary.getViewerCertificate()
A complex type that specifies whether you want viewers to use HTTP or HTTPS to request your objects, whether
you're using an alternate domain name with HTTPS, and if so, if you're using AWS Certificate Manager (ACM) or a
third-party certificate authority.
|
ViewerCertificate |
ViewerCertificate.withACMCertificateArn(String aCMCertificateArn)
If you want viewers to use HTTPS to request your objects and you're using an alternate domain name, you must
choose the type of certificate that you want to use.
|
ViewerCertificate |
ViewerCertificate.withCertificate(String certificate)
Deprecated.
|
ViewerCertificate |
ViewerCertificate.withCertificateSource(CertificateSource certificateSource)
Deprecated.
|
ViewerCertificate |
ViewerCertificate.withCertificateSource(String certificateSource)
Deprecated.
|
ViewerCertificate |
ViewerCertificate.withCloudFrontDefaultCertificate(Boolean cloudFrontDefaultCertificate)
If you're using the CloudFront domain name for your distribution, such as
d111111abcdef8.cloudfront.net, specify this value as true. |
ViewerCertificate |
ViewerCertificate.withIAMCertificateId(String iAMCertificateId)
If you want viewers to use HTTPS to request your objects and you're using an alternate domain name, you must
choose the type of certificate that you want to use.
|
ViewerCertificate |
ViewerCertificate.withMinimumProtocolVersion(MinimumProtocolVersion minimumProtocolVersion)
Specify the security policy that you want CloudFront to use for HTTPS connections.
|
ViewerCertificate |
ViewerCertificate.withMinimumProtocolVersion(String minimumProtocolVersion)
Specify the security policy that you want CloudFront to use for HTTPS connections.
|
ViewerCertificate |
ViewerCertificate.withSSLSupportMethod(SSLSupportMethod sSLSupportMethod)
If you specify a value for ACMCertificateArn or for IAMCertificateId, you must also specify how you want CloudFront to serve HTTPS requests: using a method that
works for browsers and clients released after 2010, or one that works for all clients.
|
ViewerCertificate |
ViewerCertificate.withSSLSupportMethod(String sSLSupportMethod)
If you specify a value for ACMCertificateArn or for IAMCertificateId, you must also specify how you want CloudFront to serve HTTPS requests: using a method that
works for browsers and clients released after 2010, or one that works for all clients.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DistributionConfig.setViewerCertificate(ViewerCertificate viewerCertificate)
A complex type that specifies whether you want viewers to use HTTP or HTTPS to request your objects, whether
you're using an alternate domain name with HTTPS, and if so, if you're using AWS Certificate Manager (ACM) or a
third-party certificate authority.
|
void |
DistributionSummary.setViewerCertificate(ViewerCertificate viewerCertificate)
A complex type that specifies whether you want viewers to use HTTP or HTTPS to request your objects, whether
you're using an alternate domain name with HTTPS, and if so, if you're using AWS Certificate Manager (ACM) or a
third-party certificate authority.
|
DistributionConfig |
DistributionConfig.withViewerCertificate(ViewerCertificate viewerCertificate)
A complex type that specifies whether you want viewers to use HTTP or HTTPS to request your objects, whether
you're using an alternate domain name with HTTPS, and if so, if you're using AWS Certificate Manager (ACM) or a
third-party certificate authority.
|
DistributionSummary |
DistributionSummary.withViewerCertificate(ViewerCertificate viewerCertificate)
A complex type that specifies whether you want viewers to use HTTP or HTTPS to request your objects, whether
you're using an alternate domain name with HTTPS, and if so, if you're using AWS Certificate Manager (ACM) or a
third-party certificate authority.
|
Copyright © 2020. All rights reserved.