| Package | Description |
|---|---|
| software.amazon.awssdk.services.iotevents.model |
| Modifier and Type | Method and Description |
|---|---|
List<Event> |
OnExitLifecycle.events()
Specifies the
actions that are performed when the state is exited and the condition is
TRUE. |
List<Event> |
OnEnterLifecycle.events()
Specifies the actions that are performed when the state is entered and the
condition is
TRUE. |
List<Event> |
OnInputLifecycle.events()
Specifies the actions performed when the
condition evaluates to TRUE. |
| Modifier and Type | Method and Description |
|---|---|
OnExitLifecycle.Builder |
OnExitLifecycle.Builder.events(Event... events)
Specifies the
actions that are performed when the state is exited and the condition
is TRUE. |
OnEnterLifecycle.Builder |
OnEnterLifecycle.Builder.events(Event... events)
Specifies the actions that are performed when the state is entered and the
condition is
TRUE. |
OnInputLifecycle.Builder |
OnInputLifecycle.Builder.events(Event... events)
Specifies the actions performed when the
condition evaluates to TRUE. |
| Modifier and Type | Method and Description |
|---|---|
OnExitLifecycle.Builder |
OnExitLifecycle.Builder.events(Collection<Event> events)
Specifies the
actions that are performed when the state is exited and the condition
is TRUE. |
OnEnterLifecycle.Builder |
OnEnterLifecycle.Builder.events(Collection<Event> events)
Specifies the actions that are performed when the state is entered and the
condition is
TRUE. |
OnInputLifecycle.Builder |
OnInputLifecycle.Builder.events(Collection<Event> events)
Specifies the actions performed when the
condition evaluates to TRUE. |
Copyright © 2022. All rights reserved.