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(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.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.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.
|