| Package | Description |
|---|---|
| software.amazon.awssdk.crt.io |
| Modifier and Type | Field and Description |
|---|---|
TlsContextOptions.TlsVersions |
TlsContextOptions.minTlsVersion
Sets the minimum acceptable TLS version that the
TlsContext will
allow. |
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
TlsContextOptions |
TlsContextOptions.withMinimumTlsVersion(TlsContextOptions.TlsVersions version)
Sets the minimum TLS version that the TlsContext will allow.
|
Copyright © 2021. All rights reserved.