| Package | Description |
|---|---|
| com.amazonaws.services.iotevents.model |
| Modifier and Type | Method and Description |
|---|---|
OnInputLifecycle |
OnInputLifecycle.clone() |
OnInputLifecycle |
State.getOnInput()
When an input is received and the
condition is TRUE, perform the specified actions. |
OnInputLifecycle |
OnInputLifecycle.withEvents(Collection<Event> events)
Specifies the actions performed when the
condition evaluates to TRUE. |
OnInputLifecycle |
OnInputLifecycle.withEvents(Event... events)
Specifies the actions performed when the
condition evaluates to TRUE. |
OnInputLifecycle |
OnInputLifecycle.withTransitionEvents(Collection<TransitionEvent> transitionEvents)
Specifies the actions performed, and the next state entered, when a
condition evaluates to TRUE. |
OnInputLifecycle |
OnInputLifecycle.withTransitionEvents(TransitionEvent... transitionEvents)
Specifies the actions performed, and the next state entered, when a
condition evaluates to TRUE. |
| Modifier and Type | Method and Description |
|---|---|
void |
State.setOnInput(OnInputLifecycle onInput)
When an input is received and the
condition is TRUE, perform the specified actions. |
State |
State.withOnInput(OnInputLifecycle onInput)
When an input is received and the
condition is TRUE, perform the specified actions. |
Copyright © 2021. All rights reserved.