| Package | Description |
|---|---|
| software.amazon.awssdk.services.iotevents.model |
| Modifier and Type | Method and Description |
|---|---|
List<Action> |
Event.actions()
The actions to be performed.
|
List<Action> |
TransitionEvent.actions()
The actions to be performed.
|
| Modifier and Type | Method and Description |
|---|---|
Event.Builder |
Event.Builder.actions(Action... actions)
The actions to be performed.
|
TransitionEvent.Builder |
TransitionEvent.Builder.actions(Action... actions)
The actions to be performed.
|
| Modifier and Type | Method and Description |
|---|---|
Event.Builder |
Event.Builder.actions(Collection<Action> actions)
The actions to be performed.
|
TransitionEvent.Builder |
TransitionEvent.Builder.actions(Collection<Action> actions)
The actions to be performed.
|
Copyright © 2022. All rights reserved.