| Package | Description |
|---|---|
| com.amazonaws.services.appmesh.model |
| Modifier and Type | Method and Description |
|---|---|
Listener |
Listener.clone() |
Listener |
Listener.withConnectionPool(VirtualNodeConnectionPool connectionPool)
The connection pool information for the listener.
|
Listener |
Listener.withHealthCheck(HealthCheckPolicy healthCheck)
The health check information for the listener.
|
Listener |
Listener.withOutlierDetection(OutlierDetection outlierDetection)
The outlier detection information for the listener.
|
Listener |
Listener.withPortMapping(PortMapping portMapping)
The port mapping information for the listener.
|
Listener |
Listener.withTimeout(ListenerTimeout timeout)
An object that represents timeouts for different protocols.
|
Listener |
Listener.withTls(ListenerTls tls)
A reference to an object that represents the Transport Layer Security (TLS) properties for a listener.
|
| Modifier and Type | Method and Description |
|---|---|
List<Listener> |
VirtualNodeSpec.getListeners()
The listener that the virtual node is expected to receive inbound traffic from.
|
| Modifier and Type | Method and Description |
|---|---|
VirtualNodeSpec |
VirtualNodeSpec.withListeners(Listener... listeners)
The listener that the virtual node is expected to receive inbound traffic from.
|
| Modifier and Type | Method and Description |
|---|---|
void |
VirtualNodeSpec.setListeners(Collection<Listener> listeners)
The listener that the virtual node is expected to receive inbound traffic from.
|
VirtualNodeSpec |
VirtualNodeSpec.withListeners(Collection<Listener> listeners)
The listener that the virtual node is expected to receive inbound traffic from.
|
Copyright © 2022. All rights reserved.