Uses of Class
software.amazon.awssdk.services.iot.model.UserProperty
-
Packages that use UserProperty Package Description software.amazon.awssdk.services.iot.model -
-
Uses of UserProperty in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return types with arguments of type UserProperty Modifier and Type Method Description List<UserProperty>MqttHeaders. userProperties()An array of key-value pairs that you define in the MQTT5 header.Methods in software.amazon.awssdk.services.iot.model with parameters of type UserProperty Modifier and Type Method Description MqttHeaders.BuilderMqttHeaders.Builder. userProperties(UserProperty... userProperties)An array of key-value pairs that you define in the MQTT5 header.Method parameters in software.amazon.awssdk.services.iot.model with type arguments of type UserProperty Modifier and Type Method Description MqttHeaders.BuilderMqttHeaders.Builder. userProperties(Collection<UserProperty> userProperties)An array of key-value pairs that you define in the MQTT5 header.
-