| 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 complex type that contains one SslProtocol element for each SSL/TLS
 protocol that you want to allow CloudFront to use when establishing an
 HTTPS connection with this origin. 
 | 
OriginSslProtocols | 
OriginSslProtocols.withItems(SslProtocol... items)
A complex type that contains one SslProtocol element for each SSL/TLS
 protocol that you want to allow CloudFront to use when establishing an
 HTTPS connection with this origin. 
 | 
OriginSslProtocols | 
OriginSslProtocols.withItems(String... items)
A complex type that contains one SslProtocol element for each SSL/TLS
 protocol that you want to allow CloudFront to use when establishing an
 HTTPS connection with this origin. 
 | 
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.