Uses of Class
com.amazonaws.services.iot.model.FirehoseAction
Packages that use FirehoseAction
-
Uses of FirehoseAction in com.amazonaws.services.iot.model
Methods in com.amazonaws.services.iot.model that return FirehoseActionModifier and TypeMethodDescriptionFirehoseAction.clone()
Action.getFirehose()
Write to an Amazon Kinesis Firehose stream.FirehoseAction.withDeliveryStreamName
(String deliveryStreamName) The delivery stream name.FirehoseAction.withRoleArn
(String roleArn) The IAM role that grants access to the Amazon Kinesis Firehost stream.Methods in com.amazonaws.services.iot.model with parameters of type FirehoseActionModifier and TypeMethodDescriptionvoid
Action.setFirehose
(FirehoseAction firehose) Write to an Amazon Kinesis Firehose stream.Action.withFirehose
(FirehoseAction firehose) Write to an Amazon Kinesis Firehose stream.