Uses of Class
com.amazonaws.services.cloudfront.model.OriginSslProtocols
Packages that use OriginSslProtocols
-
Uses of OriginSslProtocols in com.amazonaws.services.cloudfront.model
Methods in com.amazonaws.services.cloudfront.model that return OriginSslProtocolsModifier and TypeMethodDescriptionOriginSslProtocols.clone()CustomOriginConfig.getOriginSslProtocols()The SSL/TLS protocols that you want CloudFront to use when communicating with your origin over HTTPS.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.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.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.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.Methods in com.amazonaws.services.cloudfront.model with parameters of type OriginSslProtocolsModifier and TypeMethodDescriptionvoidCustomOriginConfig.setOriginSslProtocols(OriginSslProtocols originSslProtocols) The SSL/TLS protocols that you want CloudFront to use when communicating with your origin over HTTPS.CustomOriginConfig.withOriginSslProtocols(OriginSslProtocols originSslProtocols) The SSL/TLS protocols that you want CloudFront to use when communicating with your origin over HTTPS.