Uses of Class
software.amazon.awssdk.crt.mqtt5.packets.UnsubscribePacket
- 
Packages that use UnsubscribePacket Package Description software.amazon.awssdk.crt.mqtt5 software.amazon.awssdk.crt.mqtt5.packets  - 
- 
Uses of UnsubscribePacket in software.amazon.awssdk.crt.mqtt5
Methods in software.amazon.awssdk.crt.mqtt5 with parameters of type UnsubscribePacket Modifier and Type Method Description CompletableFuture<UnsubAckPacket>Mqtt5Client. unsubscribe(UnsubscribePacket unsubscribePacket)Tells the Mqtt5Client to attempt to unsubscribe from one or more topic filters. - 
Uses of UnsubscribePacket in software.amazon.awssdk.crt.mqtt5.packets
Methods in software.amazon.awssdk.crt.mqtt5.packets that return UnsubscribePacket Modifier and Type Method Description UnsubscribePacketUnsubscribePacket.UnsubscribePacketBuilder. build()Creates a new UnsubscribePacket using the settings set in the builder.static UnsubscribePacketUnsubscribePacket. of(String topicFilter)Creates anUnsubscribePacketcontaining only a single subscription topic to unsubscribe from: topicFilter. 
 -