| Package | Description |
|---|---|
| software.amazon.awssdk.services.iotevents.model |
| Modifier and Type | Method and Description |
|---|---|
static OnExitLifecycle.Builder |
OnExitLifecycle.builder() |
OnExitLifecycle.Builder |
OnExitLifecycle.Builder.events(Collection<Event> events)
Specifies the
actions that are performed when the state is exited and the condition
is TRUE. |
OnExitLifecycle.Builder |
OnExitLifecycle.Builder.events(Consumer<Event.Builder>... events)
Specifies the
actions that are performed when the state is exited and the condition
is TRUE. |
OnExitLifecycle.Builder |
OnExitLifecycle.Builder.events(Event... events)
Specifies the
actions that are performed when the state is exited and the condition
is TRUE. |
OnExitLifecycle.Builder |
OnExitLifecycle.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends OnExitLifecycle.Builder> |
OnExitLifecycle.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default State.Builder |
State.Builder.onExit(Consumer<OnExitLifecycle.Builder> onExit)
When exiting this state, perform these
actions if the specified condition is
TRUE. |
Copyright © 2022. All rights reserved.