| Package | Description |
|---|---|
| software.amazon.awssdk.services.iotevents.model |
| Modifier and Type | Method and Description |
|---|---|
List<TransitionEvent> |
OnInputLifecycle.transitionEvents()
Specifies the actions performed, and the next state entered, when a
condition evaluates to TRUE. |
| Modifier and Type | Method and Description |
|---|---|
OnInputLifecycle.Builder |
OnInputLifecycle.Builder.transitionEvents(TransitionEvent... transitionEvents)
Specifies the actions performed, and the next state entered, when a
condition evaluates to TRUE. |
| Modifier and Type | Method and Description |
|---|---|
OnInputLifecycle.Builder |
OnInputLifecycle.Builder.transitionEvents(Collection<TransitionEvent> transitionEvents)
Specifies the actions performed, and the next state entered, when a
condition evaluates to TRUE. |
Copyright © 2022. All rights reserved.