Uses of Enum
software.amazon.awssdk.crt.mqtt5.packets.UnsubAckPacket.UnsubAckReasonCode
Packages that use UnsubAckPacket.UnsubAckReasonCode
-
Uses of UnsubAckPacket.UnsubAckReasonCode in software.amazon.awssdk.crt.mqtt5.packets
Methods in software.amazon.awssdk.crt.mqtt5.packets that return UnsubAckPacket.UnsubAckReasonCodeModifier and TypeMethodDescriptionUnsubAckPacket.UnsubAckReasonCode.getEnumValueFromInteger(int value) Creates a Java UnsubAckReasonCode enum value from a native integer value.Returns the enum constant of this type with the specified name.static UnsubAckPacket.UnsubAckReasonCode[]UnsubAckPacket.UnsubAckReasonCode.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.crt.mqtt5.packets that return types with arguments of type UnsubAckPacket.UnsubAckReasonCodeModifier and TypeMethodDescriptionUnsubAckPacket.getReasonCodes()Returns a list of reason codes indicating the result of unsubscribing from each individual topic filter entry in the associated UNSUBSCRIBE packet.