| Package | Description |
|---|---|
| com.amazonaws.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
KafkaActionHeader |
KafkaActionHeader.clone() |
KafkaActionHeader |
KafkaActionHeader.withKey(String key)
The key of the Kafka header.
|
KafkaActionHeader |
KafkaActionHeader.withValue(String value)
The value of the Kafka header.
|
| Modifier and Type | Method and Description |
|---|---|
List<KafkaActionHeader> |
KafkaAction.getHeaders()
The list of Kafka headers that you specify.
|
| Modifier and Type | Method and Description |
|---|---|
KafkaAction |
KafkaAction.withHeaders(KafkaActionHeader... headers)
The list of Kafka headers that you specify.
|
| Modifier and Type | Method and Description |
|---|---|
void |
KafkaAction.setHeaders(Collection<KafkaActionHeader> headers)
The list of Kafka headers that you specify.
|
KafkaAction |
KafkaAction.withHeaders(Collection<KafkaActionHeader> headers)
The list of Kafka headers that you specify.
|
Copyright © 2025. All rights reserved.