Uses of Enum
software.amazon.awssdk.crt.mqtt5.packets.SubAckPacket.SubAckReasonCode
Packages that use SubAckPacket.SubAckReasonCode
-
Uses of SubAckPacket.SubAckReasonCode in software.amazon.awssdk.crt.mqtt5.packets
Methods in software.amazon.awssdk.crt.mqtt5.packets that return SubAckPacket.SubAckReasonCodeModifier and TypeMethodDescriptionSubAckPacket.SubAckReasonCode.getEnumValueFromInteger(int value) Creates a Java SubAckReasonCode enum value from a native integer value.Returns the enum constant of this type with the specified name.static SubAckPacket.SubAckReasonCode[]SubAckPacket.SubAckReasonCode.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 SubAckPacket.SubAckReasonCodeModifier and TypeMethodDescriptionSubAckPacket.getReasonCodes()Returns a list of reason codes indicating the result of each individual subscription entry in the associated SubscribePacket.