| Package | Description |
|---|---|
| com.amazonaws.services.iotevents.model |
| Modifier and Type | Method and Description |
|---|---|
FirehoseAction |
FirehoseAction.clone() |
FirehoseAction |
Action.getFirehose()
Sends information about the detector model instance and the event that triggered the action to an Amazon Kinesis
Data Firehose delivery stream.
|
FirehoseAction |
FirehoseAction.withDeliveryStreamName(String deliveryStreamName)
The name of the Kinesis Data Firehose delivery stream where the data is written.
|
FirehoseAction |
FirehoseAction.withPayload(Payload payload)
You can configure the action payload when you send a message to an Amazon Kinesis Data Firehose delivery stream.
|
FirehoseAction |
FirehoseAction.withSeparator(String separator)
A character separator that is used to separate records written to the Kinesis Data Firehose delivery stream.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Action.setFirehose(FirehoseAction firehose)
Sends information about the detector model instance and the event that triggered the action to an Amazon Kinesis
Data Firehose delivery stream.
|
Action |
Action.withFirehose(FirehoseAction firehose)
Sends information about the detector model instance and the event that triggered the action to an Amazon Kinesis
Data Firehose delivery stream.
|
Copyright © 2021. All rights reserved.