| Package | Description |
|---|---|
| com.amazonaws.services.iotevents.model |
| Modifier and Type | Method and Description |
|---|---|
TransitionEvent |
TransitionEvent.clone() |
TransitionEvent |
TransitionEvent.withActions(Action... actions)
The actions to be performed.
|
TransitionEvent |
TransitionEvent.withActions(Collection<Action> actions)
The actions to be performed.
|
TransitionEvent |
TransitionEvent.withCondition(String condition)
Required.
|
TransitionEvent |
TransitionEvent.withEventName(String eventName)
The name of the transition event.
|
TransitionEvent |
TransitionEvent.withNextState(String nextState)
The next state to enter.
|
| Modifier and Type | Method and Description |
|---|---|
List<TransitionEvent> |
OnInputLifecycle.getTransitionEvents()
Specifies the actions performed, and the next state entered, when a
condition evaluates to TRUE. |
| Modifier and Type | Method and Description |
|---|---|
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 |
OnInputLifecycle.setTransitionEvents(Collection<TransitionEvent> transitionEvents)
Specifies the actions performed, and the next state entered, when a
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. |
Copyright © 2024. All rights reserved.