Uses of Class
software.amazon.awssdk.services.simspaceweaver.model.SimulationAppPortMapping
-
Packages that use SimulationAppPortMapping Package Description software.amazon.awssdk.services.simspaceweaver.model -
-
Uses of SimulationAppPortMapping in software.amazon.awssdk.services.simspaceweaver.model
Methods in software.amazon.awssdk.services.simspaceweaver.model that return types with arguments of type SimulationAppPortMapping Modifier and Type Method Description List<SimulationAppPortMapping>SimulationAppEndpointInfo. ingressPortMappings()The inbound TCP/UDP port numbers of the app.Methods in software.amazon.awssdk.services.simspaceweaver.model with parameters of type SimulationAppPortMapping Modifier and Type Method Description SimulationAppEndpointInfo.BuilderSimulationAppEndpointInfo.Builder. ingressPortMappings(SimulationAppPortMapping... ingressPortMappings)The inbound TCP/UDP port numbers of the app.Method parameters in software.amazon.awssdk.services.simspaceweaver.model with type arguments of type SimulationAppPortMapping Modifier and Type Method Description SimulationAppEndpointInfo.BuilderSimulationAppEndpointInfo.Builder. ingressPortMappings(Collection<SimulationAppPortMapping> ingressPortMappings)The inbound TCP/UDP port numbers of the app.
-