Uses of Class
com.amazonaws.services.cloudfront.model.SslProtocol
-
Packages that use SslProtocol Package Description com.amazonaws.services.cloudfront.model -
-
Uses of SslProtocol in com.amazonaws.services.cloudfront.model
Methods in com.amazonaws.services.cloudfront.model that return SslProtocol Modifier and Type Method Description static SslProtocol
SslProtocol. fromValue(String value)
Use this in place of valueOf.static SslProtocol
SslProtocol. valueOf(String name)
Returns the enum constant of this type with the specified name.static SslProtocol[]
SslProtocol. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amazonaws.services.cloudfront.model with parameters of type SslProtocol Modifier and Type Method Description 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.
-