| Package | Description |
|---|---|
| com.amazonaws.services.robomaker.model |
| Modifier and Type | Method and Description |
|---|---|
PortMapping |
PortMapping.clone() |
PortMapping |
PortMapping.withApplicationPort(Integer applicationPort)
The port number on the application.
|
PortMapping |
PortMapping.withEnableOnPublicIp(Boolean enableOnPublicIp)
A Boolean indicating whether to enable this port mapping on public IP.
|
PortMapping |
PortMapping.withJobPort(Integer jobPort)
The port number on the simulation job instance to use as a remote connection point.
|
| Modifier and Type | Method and Description |
|---|---|
List<PortMapping> |
PortForwardingConfig.getPortMappings()
The port mappings for the configuration.
|
| Modifier and Type | Method and Description |
|---|---|
PortForwardingConfig |
PortForwardingConfig.withPortMappings(PortMapping... portMappings)
The port mappings for the configuration.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PortForwardingConfig.setPortMappings(Collection<PortMapping> portMappings)
The port mappings for the configuration.
|
PortForwardingConfig |
PortForwardingConfig.withPortMappings(Collection<PortMapping> portMappings)
The port mappings for the configuration.
|
Copyright © 2021. All rights reserved.