Uses of Enum
software.amazon.awssdk.crt.io.TlsContextOptions.TlsVersions
Packages that use TlsContextOptions.TlsVersions
-
Uses of TlsContextOptions.TlsVersions in software.amazon.awssdk.crt.io
Fields in software.amazon.awssdk.crt.io declared as TlsContextOptions.TlsVersionsModifier and TypeFieldDescriptionTlsContextOptions.minTlsVersionSets the minimum acceptable TLS version that theTlsContextwill allow.Methods in software.amazon.awssdk.crt.io that return TlsContextOptions.TlsVersionsModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static TlsContextOptions.TlsVersions[]TlsContextOptions.TlsVersions.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.crt.io with parameters of type TlsContextOptions.TlsVersionsModifier and TypeMethodDescriptionTlsContextOptions.withMinimumTlsVersion(TlsContextOptions.TlsVersions version) Sets the minimum TLS version that the TlsContext will allow.