| Package | Description |
|---|---|
| com.amazonaws.services.iotevents.model |
| Modifier and Type | Method and Description |
|---|---|
State |
State.clone() |
State |
State.withOnEnter(OnEnterLifecycle onEnter)
When entering this state, perform these
actions if the condition is TRUE. |
State |
State.withOnExit(OnExitLifecycle onExit)
When exiting this state, perform these
actions if the specified condition is
TRUE. |
State |
State.withOnInput(OnInputLifecycle onInput)
When an input is received and the
condition is TRUE, perform the specified actions. |
State |
State.withStateName(String stateName)
The name of the state.
|
| Modifier and Type | Method and Description |
|---|---|
List<State> |
DetectorModelDefinition.getStates()
Information about the states of the detector.
|
| Modifier and Type | Method and Description |
|---|---|
DetectorModelDefinition |
DetectorModelDefinition.withStates(State... states)
Information about the states of the detector.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DetectorModelDefinition.setStates(Collection<State> states)
Information about the states of the detector.
|
DetectorModelDefinition |
DetectorModelDefinition.withStates(Collection<State> states)
Information about the states of the detector.
|
Copyright © 2025. All rights reserved.