| 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 which triggered the action to a 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.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 which triggered the action to a Kinesis Data
Firehose delivery stream.
|
Action |
Action.withFirehose(FirehoseAction firehose)
Sends information about the detector model instance and the event which triggered the action to a Kinesis Data
Firehose delivery stream.
|
Copyright © 2020. All rights reserved.