Uses of Class
software.amazon.awssdk.services.cloudfront.model.SslProtocol
-
Packages that use SslProtocol Package Description software.amazon.awssdk.services.cloudfront.model -
-
Uses of SslProtocol in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return SslProtocol Modifier and Type Method Description static SslProtocolSslProtocol. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static SslProtocolSslProtocol. 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 software.amazon.awssdk.services.cloudfront.model that return types with arguments of type SslProtocol Modifier and Type Method Description List<SslProtocol>OriginSslProtocols. items()A list that contains allowed SSL/TLS protocols for this distribution.static Set<SslProtocol>SslProtocol. knownValues()Methods in software.amazon.awssdk.services.cloudfront.model with parameters of type SslProtocol Modifier and Type Method Description OriginSslProtocols.BuilderOriginSslProtocols.Builder. items(SslProtocol... items)A list that contains allowed SSL/TLS protocols for this distribution.Method parameters in software.amazon.awssdk.services.cloudfront.model with type arguments of type SslProtocol Modifier and Type Method Description OriginSslProtocols.BuilderOriginSslProtocols.Builder. items(Collection<SslProtocol> items)A list that contains allowed SSL/TLS protocols for this distribution.
-