Package | Description |
---|---|
com.amazonaws.services.cloudfront.model | |
com.amazonaws.services.cloudfront.model.transform |
Modifier and Type | Field and Description |
---|---|
private ViewerCertificate |
DistributionSummary.viewerCertificate |
private ViewerCertificate |
DistributionConfig.viewerCertificate |
Modifier and Type | Method and Description |
---|---|
ViewerCertificate |
ViewerCertificate.clone() |
ViewerCertificate |
DistributionSummary.getViewerCertificate() |
ViewerCertificate |
DistributionConfig.getViewerCertificate() |
ViewerCertificate |
ViewerCertificate.withACMCertificateArn(java.lang.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 |
ViewerCertificate.withCertificate(java.lang.String certificate)
Deprecated.
|
ViewerCertificate |
ViewerCertificate.withCertificateSource(CertificateSource certificateSource)
Deprecated.
|
ViewerCertificate |
ViewerCertificate.withCertificateSource(java.lang.String certificateSource)
Deprecated.
|
ViewerCertificate |
ViewerCertificate.withCloudFrontDefaultCertificate(java.lang.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 |
ViewerCertificate.withIAMCertificateId(java.lang.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 |
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 |
ViewerCertificate.withMinimumProtocolVersion(java.lang.String minimumProtocolVersion)
Specify the minimum version of the SSL protocol that you want CloudFront
to use, SSLv3 or TLSv1, for HTTPS connections.
|
ViewerCertificate |
ViewerCertificate.withSSLSupportMethod(SSLSupportMethod sSLSupportMethod)
If you specify a value for IAMCertificateId, you must also specify how
you want CloudFront to serve HTTPS requests.
|
ViewerCertificate |
ViewerCertificate.withSSLSupportMethod(java.lang.String sSLSupportMethod)
If you specify a value for IAMCertificateId, you must also specify how
you want CloudFront to serve HTTPS requests.
|
Modifier and Type | Method and Description |
---|---|
void |
DistributionSummary.setViewerCertificate(ViewerCertificate viewerCertificate) |
void |
DistributionConfig.setViewerCertificate(ViewerCertificate viewerCertificate) |
DistributionSummary |
DistributionSummary.withViewerCertificate(ViewerCertificate viewerCertificate) |
DistributionConfig |
DistributionConfig.withViewerCertificate(ViewerCertificate viewerCertificate) |
Modifier and Type | Method and Description |
---|---|
ViewerCertificate |
ViewerCertificateStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |