| Package | Description |
|---|---|
| com.amazonaws.services.appmesh.model |
| Modifier and Type | Method and Description |
|---|---|
ListenerTls |
ListenerTls.clone() |
ListenerTls |
Listener.getTls()
A reference to an object that represents the Transport Layer Security (TLS) properties for a listener.
|
ListenerTls |
ListenerTls.withCertificate(ListenerTlsCertificate certificate)
A reference to an object that represents a listener's TLS certificate.
|
ListenerTls |
ListenerTls.withMode(ListenerTlsMode mode)
Specify one of the following modes.
|
ListenerTls |
ListenerTls.withMode(String mode)
Specify one of the following modes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Listener.setTls(ListenerTls tls)
A reference to an object that represents the Transport Layer Security (TLS) properties for a listener.
|
Listener |
Listener.withTls(ListenerTls tls)
A reference to an object that represents the Transport Layer Security (TLS) properties for a listener.
|
Copyright © 2021. All rights reserved.