| Package | Description |
|---|---|
| software.amazon.awssdk.services.appmesh.model |
| Modifier and Type | Method and Description |
|---|---|
static ListenerTlsMode |
ListenerTlsMode.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ListenerTlsMode |
ListenerTls.mode()
Specify one of the following modes.
|
static ListenerTlsMode |
ListenerTlsMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ListenerTlsMode[] |
ListenerTlsMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<ListenerTlsMode> |
ListenerTlsMode.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ListenerTls.Builder |
ListenerTls.Builder.mode(ListenerTlsMode mode)
Specify one of the following modes.
|
Copyright © 2021. All rights reserved.