| Package | Description |
|---|---|
| com.amazonaws.services.appmesh.model |
| Modifier and Type | Method and Description |
|---|---|
Listener |
Listener.clone() |
Listener |
Listener.withHealthCheck(HealthCheckPolicy healthCheck)
The health check information for the listener.
|
Listener |
Listener.withPortMapping(PortMapping portMapping)
The port mapping information for the listener.
|
| Modifier and Type | Method and Description |
|---|---|
List<Listener> |
VirtualNodeSpec.getListeners()
The listeners from which the virtual node is expected to receive inbound traffic.
|
| Modifier and Type | Method and Description |
|---|---|
VirtualNodeSpec |
VirtualNodeSpec.withListeners(Listener... listeners)
The listeners from which the virtual node is expected to receive inbound traffic.
|
| Modifier and Type | Method and Description |
|---|---|
void |
VirtualNodeSpec.setListeners(Collection<Listener> listeners)
The listeners from which the virtual node is expected to receive inbound traffic.
|
VirtualNodeSpec |
VirtualNodeSpec.withListeners(Collection<Listener> listeners)
The listeners from which the virtual node is expected to receive inbound traffic.
|
Copyright © 2019. All rights reserved.