| Package | Description |
|---|---|
| com.amazonaws.services.simspaceweaver.model |
| Modifier and Type | Method and Description |
|---|---|
SimulationAppPortMapping |
SimulationAppPortMapping.clone() |
SimulationAppPortMapping |
SimulationAppPortMapping.withActual(Integer actual)
The TCP/UDP port number of the running app.
|
SimulationAppPortMapping |
SimulationAppPortMapping.withDeclared(Integer declared)
The TCP/UDP port number of the app, declared in the simulation schema.
|
| Modifier and Type | Method and Description |
|---|---|
List<SimulationAppPortMapping> |
SimulationAppEndpointInfo.getIngressPortMappings()
The inbound TCP/UDP port numbers of the app.
|
| Modifier and Type | Method and Description |
|---|---|
SimulationAppEndpointInfo |
SimulationAppEndpointInfo.withIngressPortMappings(SimulationAppPortMapping... ingressPortMappings)
The inbound TCP/UDP port numbers of the app.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SimulationAppEndpointInfo.setIngressPortMappings(Collection<SimulationAppPortMapping> ingressPortMappings)
The inbound TCP/UDP port numbers of the app.
|
SimulationAppEndpointInfo |
SimulationAppEndpointInfo.withIngressPortMappings(Collection<SimulationAppPortMapping> ingressPortMappings)
The inbound TCP/UDP port numbers of the app.
|
Copyright © 2022. All rights reserved.