Uses of Class
software.amazon.awssdk.services.iot.model.KafkaActionHeader
-
Packages that use KafkaActionHeader Package Description software.amazon.awssdk.services.iot.model -
-
Uses of KafkaActionHeader in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return types with arguments of type KafkaActionHeader Modifier and Type Method Description List<KafkaActionHeader>KafkaAction. headers()The list of Kafka headers that you specify.Methods in software.amazon.awssdk.services.iot.model with parameters of type KafkaActionHeader Modifier and Type Method Description KafkaAction.BuilderKafkaAction.Builder. headers(KafkaActionHeader... headers)The list of Kafka headers that you specify.Method parameters in software.amazon.awssdk.services.iot.model with type arguments of type KafkaActionHeader Modifier and Type Method Description KafkaAction.BuilderKafkaAction.Builder. headers(Collection<KafkaActionHeader> headers)The list of Kafka headers that you specify.
-