| Package | Description |
|---|---|
| com.amazonaws.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
FirehoseAction |
FirehoseAction.clone() |
FirehoseAction |
Action.getFirehose()
Write to an Amazon Kinesis Firehose stream.
|
FirehoseAction |
FirehoseAction.withBatchMode(Boolean batchMode)
Whether to deliver the Kinesis Data Firehose stream as a batch by using
PutRecordBatch . |
FirehoseAction |
FirehoseAction.withDeliveryStreamName(String deliveryStreamName)
The delivery stream name.
|
FirehoseAction |
FirehoseAction.withRoleArn(String roleArn)
The IAM role that grants access to the Amazon Kinesis Firehose stream.
|
FirehoseAction |
FirehoseAction.withSeparator(String separator)
A character separator that will be used to separate records written to the Firehose stream.
|
| Modifier and Type | Method and 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.
|
Copyright © 2023. All rights reserved.