Uses of Enum
software.amazon.awssdk.crt.mqtt5.packets.PubAckPacket.PubAckReasonCode
Packages that use PubAckPacket.PubAckReasonCode
-
Uses of PubAckPacket.PubAckReasonCode in software.amazon.awssdk.crt.mqtt5.packets
Methods in software.amazon.awssdk.crt.mqtt5.packets that return PubAckPacket.PubAckReasonCodeModifier and TypeMethodDescriptionPubAckPacket.PubAckReasonCode.getEnumValueFromInteger(int value) Creates a Java PubAckReasonCode enum value from a native integer value.PubAckPacket.getReasonCode()Returns success indicator or failure reason for the associated PublishPacket.Returns the enum constant of this type with the specified name.static PubAckPacket.PubAckReasonCode[]PubAckPacket.PubAckReasonCode.values()Returns an array containing the constants of this enum type, in the order they are declared.