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.TlsVersions
TlsContextOptions. minTlsVersion
Sets the minimum acceptable TLS version that theTlsContext
will allow.Methods in software.amazon.awssdk.crt.io that return TlsContextOptions.TlsVersions Modifier and Type Method Description static TlsContextOptions.TlsVersions
TlsContextOptions.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 TlsContextOptions
TlsContextOptions. withMinimumTlsVersion(TlsContextOptions.TlsVersions version)
Sets the minimum TLS version that the TlsContext will allow.
-