Uses of Class
software.amazon.awssdk.services.simspaceweaver.model.SimulationClock
-
Packages that use SimulationClock Package Description software.amazon.awssdk.services.simspaceweaver.model -
-
Uses of SimulationClock in software.amazon.awssdk.services.simspaceweaver.model
Methods in software.amazon.awssdk.services.simspaceweaver.model that return types with arguments of type SimulationClock Modifier and Type Method Description List<SimulationClock>LiveSimulationState. clocks()A list of simulation clocks.Methods in software.amazon.awssdk.services.simspaceweaver.model with parameters of type SimulationClock Modifier and Type Method Description LiveSimulationState.BuilderLiveSimulationState.Builder. clocks(SimulationClock... clocks)A list of simulation clocks.Method parameters in software.amazon.awssdk.services.simspaceweaver.model with type arguments of type SimulationClock Modifier and Type Method Description LiveSimulationState.BuilderLiveSimulationState.Builder. clocks(Collection<SimulationClock> clocks)A list of simulation clocks.
-