Uses of Interface
software.amazon.awssdk.services.simspaceweaver.model.SimulationAppEndpointInfo.Builder
-
Packages that use SimulationAppEndpointInfo.Builder Package Description software.amazon.awssdk.services.simspaceweaver.model -
-
Uses of SimulationAppEndpointInfo.Builder in software.amazon.awssdk.services.simspaceweaver.model
Methods in software.amazon.awssdk.services.simspaceweaver.model that return SimulationAppEndpointInfo.Builder Modifier and Type Method Description SimulationAppEndpointInfo.BuilderSimulationAppEndpointInfo.Builder. address(String address)The IP address of the app.static SimulationAppEndpointInfo.BuilderSimulationAppEndpointInfo. builder()SimulationAppEndpointInfo.BuilderSimulationAppEndpointInfo.Builder. ingressPortMappings(Collection<SimulationAppPortMapping> ingressPortMappings)The inbound TCP/UDP port numbers of the app.SimulationAppEndpointInfo.BuilderSimulationAppEndpointInfo.Builder. ingressPortMappings(Consumer<SimulationAppPortMapping.Builder>... ingressPortMappings)The inbound TCP/UDP port numbers of the app.SimulationAppEndpointInfo.BuilderSimulationAppEndpointInfo.Builder. ingressPortMappings(SimulationAppPortMapping... ingressPortMappings)The inbound TCP/UDP port numbers of the app.SimulationAppEndpointInfo.BuilderSimulationAppEndpointInfo. toBuilder()Methods in software.amazon.awssdk.services.simspaceweaver.model that return types with arguments of type SimulationAppEndpointInfo.Builder Modifier and Type Method Description static Class<? extends SimulationAppEndpointInfo.Builder>SimulationAppEndpointInfo. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.simspaceweaver.model with type arguments of type SimulationAppEndpointInfo.Builder Modifier and Type Method Description default DescribeAppResponse.BuilderDescribeAppResponse.Builder. endpointInfo(Consumer<SimulationAppEndpointInfo.Builder> endpointInfo)Information about the network endpoint for the custom app.
-