| Package | Description |
|---|---|
| com.amazonaws.services.iotevents.model |
| Modifier and Type | Method and Description |
|---|---|
OnExitLifecycle |
OnExitLifecycle.clone() |
OnExitLifecycle |
State.getOnExit()
When exiting this state, perform these
"actions" if the specified "condition" is TRUE. |
OnExitLifecycle |
OnExitLifecycle.withEvents(Collection<Event> events)
Specifies the
"actions" that are performed when the state is exited and the "condition"
is TRUE. |
OnExitLifecycle |
OnExitLifecycle.withEvents(Event... events)
Specifies the
"actions" that are performed when the state is exited and the "condition"
is TRUE. |
| Modifier and Type | Method and Description |
|---|---|
void |
State.setOnExit(OnExitLifecycle onExit)
When exiting this state, perform these
"actions" if the specified "condition" is TRUE. |
State |
State.withOnExit(OnExitLifecycle onExit)
When exiting this state, perform these
"actions" if the specified "condition" is TRUE. |
Copyright © 2019. All rights reserved.