Uses of Class
software.amazon.awssdk.services.iotevents.model.FirehoseAction
-
Packages that use FirehoseAction Package Description software.amazon.awssdk.services.iotevents.model -
-
Uses of FirehoseAction in software.amazon.awssdk.services.iotevents.model
Methods in software.amazon.awssdk.services.iotevents.model that return FirehoseAction Modifier and Type Method Description FirehoseActionAction. firehose()Sends information about the detector model instance and the event that triggered the action to an Amazon Kinesis Data Firehose delivery stream.FirehoseActionAlarmAction. firehose()Returns the value of the Firehose property for this object.Methods in software.amazon.awssdk.services.iotevents.model with parameters of type FirehoseAction Modifier and Type Method Description Action.BuilderAction.Builder. firehose(FirehoseAction firehose)Sends information about the detector model instance and the event that triggered the action to an Amazon Kinesis Data Firehose delivery stream.AlarmAction.BuilderAlarmAction.Builder. firehose(FirehoseAction firehose)Sets the value of the Firehose property for this object.
-