| Package | Description |
|---|---|
| com.amazonaws.services.appmesh.model |
| Modifier and Type | Method and Description |
|---|---|
PortMapping |
PortMapping.clone() |
PortMapping |
VirtualRouterListener.getPortMapping() |
PortMapping |
Listener.getPortMapping()
The port mapping information for the listener.
|
PortMapping |
PortMapping.withPort(Integer port)
The port used for the port mapping.
|
PortMapping |
PortMapping.withProtocol(PortProtocol protocol)
The protocol used for the port mapping.
|
PortMapping |
PortMapping.withProtocol(String protocol)
The protocol used for the port mapping.
|
| Modifier and Type | Method and Description |
|---|---|
void |
VirtualRouterListener.setPortMapping(PortMapping portMapping) |
void |
Listener.setPortMapping(PortMapping portMapping)
The port mapping information for the listener.
|
VirtualRouterListener |
VirtualRouterListener.withPortMapping(PortMapping portMapping) |
Listener |
Listener.withPortMapping(PortMapping portMapping)
The port mapping information for the listener.
|
Copyright © 2021. All rights reserved.