| Package | Description |
|---|---|
| software.amazon.awssdk.services.simspaceweaver.model |
| Modifier and Type | Method and Description |
|---|---|
SimulationAppEndpointInfo.Builder |
SimulationAppEndpointInfo.Builder.address(String address)
The IP address of the app.
|
static SimulationAppEndpointInfo.Builder |
SimulationAppEndpointInfo.builder() |
SimulationAppEndpointInfo.Builder |
SimulationAppEndpointInfo.Builder.ingressPortMappings(Collection<SimulationAppPortMapping> ingressPortMappings)
The inbound TCP/UDP port numbers of the app.
|
SimulationAppEndpointInfo.Builder |
SimulationAppEndpointInfo.Builder.ingressPortMappings(Consumer<SimulationAppPortMapping.Builder>... ingressPortMappings)
The inbound TCP/UDP port numbers of the app.
|
SimulationAppEndpointInfo.Builder |
SimulationAppEndpointInfo.Builder.ingressPortMappings(SimulationAppPortMapping... ingressPortMappings)
The inbound TCP/UDP port numbers of the app.
|
SimulationAppEndpointInfo.Builder |
SimulationAppEndpointInfo.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends SimulationAppEndpointInfo.Builder> |
SimulationAppEndpointInfo.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DescribeAppResponse.Builder |
DescribeAppResponse.Builder.endpointInfo(Consumer<SimulationAppEndpointInfo.Builder> endpointInfo)
Information about the network endpoint for the custom app.
|
Copyright © 2023. All rights reserved.