| Package | Description |
|---|---|
| com.amazonaws.services.simspaceweaver.model |
| Modifier and Type | Method and Description |
|---|---|
SimulationClock |
SimulationClock.clone() |
SimulationClock |
SimulationClock.withStatus(ClockStatus status)
The current status of the simulation clock.
|
SimulationClock |
SimulationClock.withStatus(String status)
The current status of the simulation clock.
|
SimulationClock |
SimulationClock.withTargetStatus(ClockTargetStatus targetStatus)
The desired status of the simulation clock.
|
SimulationClock |
SimulationClock.withTargetStatus(String targetStatus)
The desired status of the simulation clock.
|
| Modifier and Type | Method and Description |
|---|---|
List<SimulationClock> |
LiveSimulationState.getClocks()
A list of simulation clocks.
|
| Modifier and Type | Method and Description |
|---|---|
LiveSimulationState |
LiveSimulationState.withClocks(SimulationClock... clocks)
A list of simulation clocks.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LiveSimulationState.setClocks(Collection<SimulationClock> clocks)
A list of simulation clocks.
|
LiveSimulationState |
LiveSimulationState.withClocks(Collection<SimulationClock> clocks)
A list of simulation clocks.
|
Copyright © 2022. All rights reserved.