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