Uses of Class
software.amazon.awssdk.crt.mqtt5.packets.UserProperty
Packages that use UserProperty
-
Uses of UserProperty in software.amazon.awssdk.crt.iot
Methods in software.amazon.awssdk.crt.iot that return types with arguments of type UserPropertyModifier and TypeMethodDescriptionIncomingPublishEvent.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 UserPropertyModifier and TypeMethodDescriptionConnAckPacket.getUserProperties()Returns a list of MQTT5 user properties included with the packet.ConnectPacket.getUserProperties()Returns a list of MQTT5 user properties included with the packet.DisconnectPacket.getUserProperties()Returns a list of MQTT5 user properties included with the packet.PubAckPacket.getUserProperties()Returns a list of MQTT5 user properties included with the packet.PublishPacket.getUserProperties()Returns a list of MQTT5 user properties included with the packet.SubAckPacket.getUserProperties()Returns a list of MQTT5 user properties included with the packet.SubscribePacket.getUserProperties()Returns the list of MQTT5 user properties included with the packet.UnsubAckPacket.getUserProperties()Returns a list of MQTT5 user properties included with the packet.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 UserPropertyModifier and TypeMethodDescriptionConnectPacket.ConnectPacketBuilder.withUserProperties(List<UserProperty> userProperties) Sets the list of MQTT5 user properties included with the packet.DisconnectPacket.DisconnectPacketBuilder.withUserProperties(List<UserProperty> userProperties) Sets the list of MQTT5 user properties included with the packet.PublishPacket.PublishPacketBuilder.withUserProperties(List<UserProperty> userProperties) Sets the list of MQTT5 user properties included with the packet.SubscribePacket.SubscribePacketBuilder.withUserProperties(List<UserProperty> userProperties) Sets the list of MQTT5 user properties included with the packet.UnsubscribePacket.UnsubscribePacketBuilder.withUserProperties(List<UserProperty> userProperties) Sets the list of MQTT5 user properties included with the packet.