Uses of Class
software.amazon.awssdk.crt.io.TlsContextOptions.TlsVersions
-
Packages that use TlsContextOptions.TlsVersions Package Description software.amazon.awssdk.crt.io -
-
Uses of TlsContextOptions.TlsVersions in software.amazon.awssdk.crt.io
Fields in software.amazon.awssdk.crt.io declared as TlsContextOptions.TlsVersions Modifier and Type Field Description TlsContextOptions.TlsVersionsTlsContextOptions. minTlsVersionSets the minimum acceptable TLS version that theTlsContextwill allow.Methods in software.amazon.awssdk.crt.io that return TlsContextOptions.TlsVersions Modifier and Type Method Description static TlsContextOptions.TlsVersionsTlsContextOptions.TlsVersions. valueOf(String name)Returns 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.TlsVersions Modifier and Type Method Description TlsContextOptionsTlsContextOptions. withMinimumTlsVersion(TlsContextOptions.TlsVersions version)Sets the minimum TLS version that the TlsContext will allow.
-