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 UnsubscribePacket
UnsubscribePacket.UnsubscribePacketBuilder. build()
Creates a new UnsubscribePacket using the settings set in the builder.
-