Uses of Enum
software.amazon.awssdk.crt.mqtt5.Mqtt5ClientOptions.ClientSessionBehavior
Packages that use Mqtt5ClientOptions.ClientSessionBehavior
-
Uses of Mqtt5ClientOptions.ClientSessionBehavior in software.amazon.awssdk.crt.mqtt5
Methods in software.amazon.awssdk.crt.mqtt5 that return Mqtt5ClientOptions.ClientSessionBehaviorModifier and TypeMethodDescriptionMqtt5ClientOptions.ClientSessionBehavior.getEnumValueFromInteger(int value) Creates a ClientSessionBehavior enum value from a native integer value.Mqtt5ClientOptions.getSessionBehavior()Returns how the Mqtt5Client should behave with respect to MQTT sessions.Returns the enum constant of this type with the specified name.Mqtt5ClientOptions.ClientSessionBehavior.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.crt.mqtt5 with parameters of type Mqtt5ClientOptions.ClientSessionBehaviorModifier and TypeMethodDescriptionMqtt5ClientOptions.Mqtt5ClientOptionsBuilder.withSessionBehavior(Mqtt5ClientOptions.ClientSessionBehavior sessionBehavior) Sets how the Mqtt5Client should behave with respect to MQTT sessions.