Uses of Class
software.amazon.awssdk.crt.mqtt5.packets.UserProperty
- 
Packages that use UserProperty Package Description software.amazon.awssdk.crt.iot software.amazon.awssdk.crt.mqtt5.packets  - 
- 
Uses of UserProperty in software.amazon.awssdk.crt.iot
Methods in software.amazon.awssdk.crt.iot that return types with arguments of type UserProperty Modifier and Type Method Description List<UserProperty>IncomingPublishEvent. getUserProperties()Gets the user properties of the IncomingPublishEvent. - 
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.ConnectPacketBuilderConnectPacket.ConnectPacketBuilder. withUserProperties(List<UserProperty> userProperties)Sets the list of MQTT5 user properties included with the packet.DisconnectPacket.DisconnectPacketBuilderDisconnectPacket.DisconnectPacketBuilder. withUserProperties(List<UserProperty> userProperties)Sets the list of MQTT5 user properties included with the packet.PublishPacket.PublishPacketBuilderPublishPacket.PublishPacketBuilder. withUserProperties(List<UserProperty> userProperties)Sets the list of MQTT5 user properties included with the packet.SubscribePacket.SubscribePacketBuilderSubscribePacket.SubscribePacketBuilder. withUserProperties(List<UserProperty> userProperties)Sets the list of MQTT5 user properties included with the packet.UnsubscribePacket.UnsubscribePacketBuilderUnsubscribePacket.UnsubscribePacketBuilder. withUserProperties(List<UserProperty> userProperties)Sets the list of MQTT5 user properties included with the packet. 
 -