Uses of Class
software.amazon.awssdk.crt.mqtt5.packets.SubscribePacket.Subscription
- 
Packages that use SubscribePacket.Subscription Package Description software.amazon.awssdk.crt.mqtt5.packets  - 
- 
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.Subscription Modifier and Type Method Description List<SubscribePacket.Subscription>SubscribePacket. 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.Subscription Modifier and Type Method Description SubscribePacket.SubscribePacketBuilderSubscribePacket.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.Subscription Constructor Description SubscribePacketBuilder(SubscribePacket.Subscription subscription)Creates a new SubscribePacketBuilder with one subscription defined. 
 -