| Package | Description |
|---|---|
| com.amazonaws.services.iotevents.model |
| Modifier and Type | Method and Description |
|---|---|
OnEnterLifecycle |
OnEnterLifecycle.clone() |
OnEnterLifecycle |
State.getOnEnter()
When entering this state, perform these
"actions" if the "condition" is TRUE. |
OnEnterLifecycle |
OnEnterLifecycle.withEvents(Collection<Event> events)
Specifies the actions that are performed when the state is entered and the
"condition" is TRUE. |
OnEnterLifecycle |
OnEnterLifecycle.withEvents(Event... events)
Specifies the actions that are performed when the state is entered and the
"condition" is TRUE. |
| Modifier and Type | Method and Description |
|---|---|
void |
State.setOnEnter(OnEnterLifecycle onEnter)
When entering this state, perform these
"actions" if the "condition" is TRUE. |
State |
State.withOnEnter(OnEnterLifecycle onEnter)
When entering this state, perform these
"actions" if the "condition" is TRUE. |
Copyright © 2020. All rights reserved.