| Package | Description |
|---|---|
| com.amazonaws.services.cloudfront.model |
Classes modeling the various types represented by AmazonCloudFront.
|
| Modifier and Type | Method and Description |
|---|---|
static CertificateSource |
CertificateSource.fromValue(String value)
Use this in place of valueOf.
|
static CertificateSource |
CertificateSource.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CertificateSource[] |
CertificateSource.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ViewerCertificate.setCertificateSource(CertificateSource certificateSource)
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 "cloudfront".
|
ViewerCertificate |
ViewerCertificate.withCertificateSource(CertificateSource certificateSource)
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 "cloudfront".
|
Copyright © 2016. All rights reserved.