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.withDeliveryStreamName(String deliveryStreamName)
The delivery stream name.
|
FirehoseAction |
FirehoseAction.withRoleArn(String roleArn)
The IAM role that grants access to the Amazon Kinesis Firehost 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 © 2018. All rights reserved.