Package | Description |
---|---|
com.amazonaws.services.iot.model | |
com.amazonaws.services.iot.model.transform |
Modifier and Type | Field and Description |
---|---|
private FirehoseAction |
Action.firehose
Write to an Amazon Kinesis Firehose stream.
|
Modifier and Type | Method and Description |
---|---|
FirehoseAction |
FirehoseAction.clone() |
FirehoseAction |
Action.getFirehose()
Write to an Amazon Kinesis Firehose stream.
|
FirehoseAction |
FirehoseAction.withDeliveryStreamName(java.lang.String deliveryStreamName)
The delivery stream name.
|
FirehoseAction |
FirehoseAction.withRoleArn(java.lang.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.
|
Modifier and Type | Method and Description |
---|---|
FirehoseAction |
FirehoseActionJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
FirehoseActionJsonMarshaller.marshall(FirehoseAction firehoseAction,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|