Uses of Class
software.amazon.awssdk.crt.mqtt5.TopicAliasingOptions.InboundTopicAliasBehaviorType
-
Packages that use TopicAliasingOptions.InboundTopicAliasBehaviorType Package Description software.amazon.awssdk.crt.mqtt5 -
-
Uses of TopicAliasingOptions.InboundTopicAliasBehaviorType in software.amazon.awssdk.crt.mqtt5
Methods in software.amazon.awssdk.crt.mqtt5 that return TopicAliasingOptions.InboundTopicAliasBehaviorType Modifier and Type Method Description static TopicAliasingOptions.InboundTopicAliasBehaviorTypeTopicAliasingOptions.InboundTopicAliasBehaviorType. getEnumValueFromInteger(int value)Creates a Java InboundTopicAliasBehaviorType enum value from a native integer value.static TopicAliasingOptions.InboundTopicAliasBehaviorTypeTopicAliasingOptions.InboundTopicAliasBehaviorType. valueOf(String name)Returns the enum constant of this type with the specified name.static TopicAliasingOptions.InboundTopicAliasBehaviorType[]TopicAliasingOptions.InboundTopicAliasBehaviorType. 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 TopicAliasingOptions.InboundTopicAliasBehaviorType Modifier and Type Method Description TopicAliasingOptionsTopicAliasingOptions. withInboundBehavior(TopicAliasingOptions.InboundTopicAliasBehaviorType behavior)Controls whether or not the client allows the broker to use topic aliasing when sending publishes.
-