Uses of Class
software.amazon.awssdk.crt.mqtt5.packets.DisconnectPacket.DisconnectReasonCode
- 
Packages that use DisconnectPacket.DisconnectReasonCode Package Description software.amazon.awssdk.crt.mqtt5.packets  - 
- 
Uses of DisconnectPacket.DisconnectReasonCode in software.amazon.awssdk.crt.mqtt5.packets
Methods in software.amazon.awssdk.crt.mqtt5.packets that return DisconnectPacket.DisconnectReasonCode Modifier and Type Method Description static DisconnectPacket.DisconnectReasonCodeDisconnectPacket.DisconnectReasonCode. getEnumValueFromInteger(int value)Creates a Java DisconnectReasonCode enum value from a native integer value.DisconnectPacket.DisconnectReasonCodeDisconnectPacket. getReasonCode()Returns a value indicating the reason that the sender is closing the connection See MQTT5 Disconnect Reason Codestatic DisconnectPacket.DisconnectReasonCodeDisconnectPacket.DisconnectReasonCode. valueOf(String name)Returns the enum constant of this type with the specified name.static DisconnectPacket.DisconnectReasonCode[]DisconnectPacket.DisconnectReasonCode. 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 with parameters of type DisconnectPacket.DisconnectReasonCode Modifier and Type Method Description DisconnectPacket.DisconnectPacketBuilderDisconnectPacket.DisconnectPacketBuilder. withReasonCode(DisconnectPacket.DisconnectReasonCode reasonCode)Sets the value indicating the reason that the sender is closing the connection See MQTT5 Disconnect Reason Code 
 -