| Package | Description |
|---|---|
| com.amazonaws.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
UserProperty |
UserProperty.clone() |
UserProperty |
UserProperty.withKey(String key)
A key to be specified in
UserProperty. |
UserProperty |
UserProperty.withValue(String value)
A value to be specified in
UserProperty. |
| Modifier and Type | Method and Description |
|---|---|
List<UserProperty> |
MqttHeaders.getUserProperties()
An array of key-value pairs that you define in the MQTT5 header.
|
| Modifier and Type | Method and Description |
|---|---|
MqttHeaders |
MqttHeaders.withUserProperties(UserProperty... userProperties)
An array of key-value pairs that you define in the MQTT5 header.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MqttHeaders.setUserProperties(Collection<UserProperty> userProperties)
An array of key-value pairs that you define in the MQTT5 header.
|
MqttHeaders |
MqttHeaders.withUserProperties(Collection<UserProperty> userProperties)
An array of key-value pairs that you define in the MQTT5 header.
|
Copyright © 2024. All rights reserved.