| Package | Description |
|---|---|
| software.amazon.awssdk.crt.io |
| 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 |
|---|---|
void |
TlsContextOptions.setMinimumTlsVersion(TlsContextOptions.TlsVersions version)
Sets the minimum acceptable TLS version that the
TlsContext will allow. |
TlsContextOptions |
TlsContextOptions.withMinimumTlsVersion(TlsContextOptions.TlsVersions version) |
Copyright © 2019. All rights reserved.