Uses of Class
com.amazonaws.services.iot.model.FirehoseAction
-
Packages that use FirehoseAction Package Description com.amazonaws.services.iot.model -
-
Uses of FirehoseAction in com.amazonaws.services.iot.model
Methods in com.amazonaws.services.iot.model that return FirehoseAction Modifier and Type Method Description FirehoseAction
FirehoseAction. clone()
FirehoseAction
Action. getFirehose()
Write to an Amazon Kinesis Firehose stream.FirehoseAction
FirehoseAction. withDeliveryStreamName(String deliveryStreamName)
The delivery stream name.FirehoseAction
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 FirehoseAction Modifier and Type Method Description void
Action. setFirehose(FirehoseAction firehose)
Write to an Amazon Kinesis Firehose stream.Action
Action. withFirehose(FirehoseAction firehose)
Write to an Amazon Kinesis Firehose stream.
-