Uses of Interface
software.amazon.awssdk.services.simspaceweaver.model.SimulationAppPortMapping.Builder
-
Packages that use SimulationAppPortMapping.Builder Package Description software.amazon.awssdk.services.simspaceweaver.model -
-
Uses of SimulationAppPortMapping.Builder in software.amazon.awssdk.services.simspaceweaver.model
Methods in software.amazon.awssdk.services.simspaceweaver.model that return SimulationAppPortMapping.Builder Modifier and Type Method Description SimulationAppPortMapping.BuilderSimulationAppPortMapping.Builder. actual(Integer actual)The TCP/UDP port number of the running app.static SimulationAppPortMapping.BuilderSimulationAppPortMapping. builder()SimulationAppPortMapping.BuilderSimulationAppPortMapping.Builder. declared(Integer declared)The TCP/UDP port number of the app, declared in the simulation schema.SimulationAppPortMapping.BuilderSimulationAppPortMapping. toBuilder()Methods in software.amazon.awssdk.services.simspaceweaver.model that return types with arguments of type SimulationAppPortMapping.Builder Modifier and Type Method Description static Class<? extends SimulationAppPortMapping.Builder>SimulationAppPortMapping. serializableBuilderClass()
-