Uses of Class
software.amazon.awssdk.crt.mqtt5.Mqtt5ClientOptions.ClientSessionBehavior
-
Packages that use Mqtt5ClientOptions.ClientSessionBehavior Package Description software.amazon.awssdk.crt.mqtt5 -
-
Uses of Mqtt5ClientOptions.ClientSessionBehavior in software.amazon.awssdk.crt.mqtt5
Methods in software.amazon.awssdk.crt.mqtt5 that return Mqtt5ClientOptions.ClientSessionBehavior Modifier and Type Method Description static Mqtt5ClientOptions.ClientSessionBehavior
Mqtt5ClientOptions.ClientSessionBehavior. getEnumValueFromInteger(int value)
Creates a ClientSessionBehavior enum value from a native integer value.Mqtt5ClientOptions.ClientSessionBehavior
Mqtt5ClientOptions. getSessionBehavior()
Returns how the Mqtt5Client should behave with respect to MQTT sessions.static Mqtt5ClientOptions.ClientSessionBehavior
Mqtt5ClientOptions.ClientSessionBehavior. valueOf(String name)
Returns the enum constant of this type with the specified name.static Mqtt5ClientOptions.ClientSessionBehavior[]
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.ClientSessionBehavior Modifier and Type Method Description Mqtt5ClientOptions.Mqtt5ClientOptionsBuilder
Mqtt5ClientOptions.Mqtt5ClientOptionsBuilder. withSessionBehavior(Mqtt5ClientOptions.ClientSessionBehavior sessionBehavior)
Sets how the Mqtt5Client should behave with respect to MQTT sessions.
-