| Package | Description | 
|---|---|
| com.amazonaws.services.cloudfront.model | 
| Modifier and Type | Method and Description | 
|---|---|
static SSLSupportMethod | 
SSLSupportMethod.fromValue(String value)
Use this in place of valueOf. 
 | 
static SSLSupportMethod | 
SSLSupportMethod.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static SSLSupportMethod[] | 
SSLSupportMethod.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.setSSLSupportMethod(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 all clients or one that
 works for most clients: | 
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 all clients or one that
 works for most clients: | 
Copyright © 2017. All rights reserved.