| Package | Description |
|---|---|
| software.amazon.awssdk.services.iotevents.model |
| Modifier and Type | Method and Description |
|---|---|
static IotEventsAction.Builder |
IotEventsAction.builder() |
IotEventsAction.Builder |
IotEventsAction.Builder.inputName(String inputName)
The name of the AWS IoT Events input where the data is sent.
|
default IotEventsAction.Builder |
IotEventsAction.Builder.payload(Consumer<Payload.Builder> payload)
You can configure the action payload when you send a message to an AWS IoT Events input.
|
IotEventsAction.Builder |
IotEventsAction.Builder.payload(Payload payload)
You can configure the action payload when you send a message to an AWS IoT Events input.
|
IotEventsAction.Builder |
IotEventsAction.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends IotEventsAction.Builder> |
IotEventsAction.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default Action.Builder |
Action.Builder.iotEvents(Consumer<IotEventsAction.Builder> iotEvents)
Sends AWS IoT Events input, which passes information about the detector model instance and the event that
triggered the action.
|
default AlarmAction.Builder |
AlarmAction.Builder.iotEvents(Consumer<IotEventsAction.Builder> iotEvents)
Sets the value of the IotEvents property for this object.
|
Copyright © 2022. All rights reserved.