Uses of Enum
software.amazon.awssdk.services.cloudfront.model.SslProtocol
Packages that use SslProtocol
-
Uses of SslProtocol in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return SslProtocolModifier and TypeMethodDescriptionstatic SslProtocolUse this in place of valueOf to convert the raw string returned by the service into the enum value.static SslProtocolReturns 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 SslProtocolModifier and TypeMethodDescriptionfinal 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 SslProtocolModifier and TypeMethodDescriptionOriginSslProtocols.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 SslProtocolModifier and TypeMethodDescriptionOriginSslProtocols.Builder.items(Collection<SslProtocol> items) A list that contains allowed SSL/TLS protocols for this distribution.