Uses of Class
software.amazon.awssdk.crt.mqtt5.packets.SubscribePacket.Subscription
Packages that use SubscribePacket.Subscription
-
Uses of SubscribePacket.Subscription in software.amazon.awssdk.crt.mqtt5.packets
Methods in software.amazon.awssdk.crt.mqtt5.packets that return types with arguments of type SubscribePacket.SubscriptionModifier and TypeMethodDescriptionSubscribePacket.getSubscriptions()Returns the list of subscriptions that the client wishes to listen to See MQTT5 Subscribe PayloadMethods in software.amazon.awssdk.crt.mqtt5.packets with parameters of type SubscribePacket.SubscriptionModifier and TypeMethodDescriptionSubscribePacket.SubscribePacketBuilder.withSubscription(SubscribePacket.Subscription subscription) Sets a single subscription within the SubscribePacket.Constructors in software.amazon.awssdk.crt.mqtt5.packets with parameters of type SubscribePacket.SubscriptionModifierConstructorDescriptionSubscribePacketBuilder(SubscribePacket.Subscription subscription) Creates a new SubscribePacketBuilder with one subscription defined.