| Package | Description | 
|---|---|
| com.amazonaws.services.cloudfront.model | 
| Modifier and Type | Method and Description | 
|---|---|
| OriginSslProtocols | OriginSslProtocols. clone() | 
| OriginSslProtocols | CustomOriginConfig. getOriginSslProtocols()
 The SSL/TLS protocols that you want CloudFront to use when communicating with your origin over HTTPS. | 
| OriginSslProtocols | OriginSslProtocols. withItems(Collection<String> items)
 A list that contains allowed SSL/TLS protocols for this distribution. | 
| OriginSslProtocols | OriginSslProtocols. withItems(SslProtocol... items)
 A list that contains allowed SSL/TLS protocols for this distribution. | 
| OriginSslProtocols | OriginSslProtocols. withItems(String... items)
 A list that contains allowed SSL/TLS protocols for this distribution. | 
| OriginSslProtocols | OriginSslProtocols. withQuantity(Integer quantity)
 The number of SSL/TLS protocols that you want to allow CloudFront to use when establishing an HTTPS connection
 with this origin. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | CustomOriginConfig. setOriginSslProtocols(OriginSslProtocols originSslProtocols)
 The SSL/TLS protocols that you want CloudFront to use when communicating with your origin over HTTPS. | 
| CustomOriginConfig | CustomOriginConfig. withOriginSslProtocols(OriginSslProtocols originSslProtocols)
 The SSL/TLS protocols that you want CloudFront to use when communicating with your origin over HTTPS. | 
Copyright © 2016. All rights reserved.