Uses of Class
software.amazon.awssdk.crt.mqtt5.packets.UserProperty
-
Packages that use UserProperty Package Description software.amazon.awssdk.crt.mqtt5.packets -
-
Uses of UserProperty in software.amazon.awssdk.crt.mqtt5.packets
Methods in software.amazon.awssdk.crt.mqtt5.packets that return types with arguments of type UserProperty Modifier and Type Method Description List<UserProperty>
ConnAckPacket. getUserProperties()
Returns a list of MQTT5 user properties included with the packet.List<UserProperty>
ConnectPacket. getUserProperties()
Returns a list of MQTT5 user properties included with the packet.List<UserProperty>
DisconnectPacket. getUserProperties()
Returns a list of MQTT5 user properties included with the packet.List<UserProperty>
PubAckPacket. getUserProperties()
Returns a list of MQTT5 user properties included with the packet.List<UserProperty>
PublishPacket. getUserProperties()
Returns a list of MQTT5 user properties included with the packet.List<UserProperty>
SubAckPacket. getUserProperties()
Returns a list of MQTT5 user properties included with the packet.List<UserProperty>
SubscribePacket. getUserProperties()
Returns the list of MQTT5 user properties included with the packet.List<UserProperty>
UnsubAckPacket. getUserProperties()
Returns a list of MQTT5 user properties included with the packet.List<UserProperty>
UnsubscribePacket. getUserProperties()
Returns a list of MQTT5 user properties included with the packet.Method parameters in software.amazon.awssdk.crt.mqtt5.packets with type arguments of type UserProperty Modifier and Type Method Description ConnectPacket.ConnectPacketBuilder
ConnectPacket.ConnectPacketBuilder. withUserProperties(List<UserProperty> userProperties)
Sets the list of MQTT5 user properties included with the packet.DisconnectPacket.DisconnectPacketBuilder
DisconnectPacket.DisconnectPacketBuilder. withUserProperties(List<UserProperty> userProperties)
Sets the list of MQTT5 user properties included with the packet.PublishPacket.PublishPacketBuilder
PublishPacket.PublishPacketBuilder. withUserProperties(List<UserProperty> userProperties)
Sets the list of MQTT5 user properties included with the packet.SubscribePacket.SubscribePacketBuilder
SubscribePacket.SubscribePacketBuilder. withUserProperties(List<UserProperty> userProperties)
Sets the list of MQTT5 user properties included with the packet.UnsubscribePacket.UnsubscribePacketBuilder
UnsubscribePacket.UnsubscribePacketBuilder. withUserProperties(List<UserProperty> userProperties)
Sets the list of MQTT5 user properties included with the packet.
-