| Package | Description |
|---|---|
| com.amazonaws.services.simspaceweaver.model |
| Modifier and Type | Method and Description |
|---|---|
SimulationAppEndpointInfo |
SimulationAppEndpointInfo.clone() |
SimulationAppEndpointInfo |
DescribeAppResult.getEndpointInfo()
Information about the network endpoint for the custom app.
|
SimulationAppEndpointInfo |
SimulationAppEndpointInfo.withAddress(String address)
The IP address of the app.
|
SimulationAppEndpointInfo |
SimulationAppEndpointInfo.withIngressPortMappings(Collection<SimulationAppPortMapping> ingressPortMappings)
The inbound TCP/UDP port numbers of the app.
|
SimulationAppEndpointInfo |
SimulationAppEndpointInfo.withIngressPortMappings(SimulationAppPortMapping... ingressPortMappings)
The inbound TCP/UDP port numbers of the app.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeAppResult.setEndpointInfo(SimulationAppEndpointInfo endpointInfo)
Information about the network endpoint for the custom app.
|
DescribeAppResult |
DescribeAppResult.withEndpointInfo(SimulationAppEndpointInfo endpointInfo)
Information about the network endpoint for the custom app.
|
Copyright © 2023. All rights reserved.