Uses of Class
software.amazon.awssdk.crt.mqtt5.packets.SubAckPacket.SubAckReasonCode
-
Packages that use SubAckPacket.SubAckReasonCode Package Description software.amazon.awssdk.crt.mqtt5.packets -
-
Uses of SubAckPacket.SubAckReasonCode in software.amazon.awssdk.crt.mqtt5.packets
Methods in software.amazon.awssdk.crt.mqtt5.packets that return SubAckPacket.SubAckReasonCode Modifier and Type Method Description static SubAckPacket.SubAckReasonCode
SubAckPacket.SubAckReasonCode. getEnumValueFromInteger(int value)
Creates a Java SubAckReasonCode enum value from a native integer value.static SubAckPacket.SubAckReasonCode
SubAckPacket.SubAckReasonCode. valueOf(String name)
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.SubAckReasonCode Modifier and Type Method Description List<SubAckPacket.SubAckReasonCode>
SubAckPacket. getReasonCodes()
Returns a list of reason codes indicating the result of each individual subscription entry in the associated SubscribePacket.
-