| Package | Description |
|---|---|
| com.amazonaws.services.appmesh.model |
| Modifier and Type | Method and Description |
|---|---|
VirtualRouterListener |
VirtualRouterListener.clone() |
VirtualRouterListener |
VirtualRouterListener.withPortMapping(PortMapping portMapping) |
| Modifier and Type | Method and Description |
|---|---|
List<VirtualRouterListener> |
VirtualRouterSpec.getListeners()
The listeners that the virtual router is expected to receive inbound traffic from.
|
| Modifier and Type | Method and Description |
|---|---|
VirtualRouterSpec |
VirtualRouterSpec.withListeners(VirtualRouterListener... listeners)
The listeners that the virtual router is expected to receive inbound traffic from.
|
| Modifier and Type | Method and Description |
|---|---|
void |
VirtualRouterSpec.setListeners(Collection<VirtualRouterListener> listeners)
The listeners that the virtual router is expected to receive inbound traffic from.
|
VirtualRouterSpec |
VirtualRouterSpec.withListeners(Collection<VirtualRouterListener> listeners)
The listeners that the virtual router is expected to receive inbound traffic from.
|
Copyright © 2024. All rights reserved.