Uses of Enum
software.amazon.awssdk.http.crt.TlsVersion
Packages that use TlsVersion
-
Uses of TlsVersion in software.amazon.awssdk.http.crt
Methods in software.amazon.awssdk.http.crt that return TlsVersionModifier and TypeMethodDescriptionstatic TlsVersionReturns the enum constant of this type with the specified name.static TlsVersion[]TlsVersion.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.http.crt with parameters of type TlsVersionModifier and TypeMethodDescriptionAwsCrtAsyncHttpClient.Builder.minTlsVersion(TlsVersion minTlsVersion) Configure the minimum TLS protocol version the client will accept when negotiating a TLS connection.AwsCrtHttpClient.Builder.minTlsVersion(TlsVersion minTlsVersion) Configure the minimum TLS protocol version the client will accept when negotiating a TLS connection. -
Uses of TlsVersion in software.amazon.awssdk.http.crt.internal
Methods in software.amazon.awssdk.http.crt.internal that return TlsVersionMethods in software.amazon.awssdk.http.crt.internal with parameters of type TlsVersionModifier and TypeMethodDescriptionAwsCrtClientBuilderBase.minTlsVersion(TlsVersion minTlsVersion) static software.amazon.awssdk.crt.io.TlsContextOptions.TlsVersionsAwsCrtConfigurationUtils.resolveMinTlsVersion(TlsVersion minTlsVersion) Translate the SDK-ownedTlsVersioninto the CRT-nativeTlsContextOptions.TlsVersions