| Package | Description |
|---|---|
| com.amazonaws.services.iotevents.model |
| Modifier and Type | Method and Description |
|---|---|
Event |
Event.clone() |
Event |
Event.withActions(Action... actions)
The actions to be performed.
|
Event |
Event.withActions(Collection<Action> actions)
The actions to be performed.
|
Event |
Event.withCondition(String condition)
Optional.
|
Event |
Event.withEventName(String eventName)
The name of the event.
|
| Modifier and Type | Method and Description |
|---|---|
List<Event> |
OnInputLifecycle.getEvents()
Specifies the actions performed when the
condition evaluates to TRUE. |
List<Event> |
OnEnterLifecycle.getEvents()
Specifies the actions that are performed when the state is entered and the
condition is
TRUE. |
List<Event> |
OnExitLifecycle.getEvents()
Specifies the
actions that are performed when the state is exited and the condition is
TRUE. |
| Modifier and Type | Method and Description |
|---|---|
OnInputLifecycle |
OnInputLifecycle.withEvents(Event... events)
Specifies the actions performed when the
condition evaluates to TRUE. |
OnEnterLifecycle |
OnEnterLifecycle.withEvents(Event... events)
Specifies the actions that are performed when the state is entered 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 |
OnInputLifecycle.setEvents(Collection<Event> events)
Specifies the actions performed when the
condition evaluates to TRUE. |
void |
OnEnterLifecycle.setEvents(Collection<Event> events)
Specifies the actions that are performed when the state is entered and the
condition is
TRUE. |
void |
OnExitLifecycle.setEvents(Collection<Event> events)
Specifies the
actions that are performed when the state is exited and the condition is
TRUE. |
OnInputLifecycle |
OnInputLifecycle.withEvents(Collection<Event> events)
Specifies the actions performed when the
condition evaluates to TRUE. |
OnEnterLifecycle |
OnEnterLifecycle.withEvents(Collection<Event> events)
Specifies the actions that are performed when the state is entered and the
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. |
Copyright © 2024. All rights reserved.