Uses of Enum
software.amazon.awssdk.crt.mqtt5.TopicAliasingOptions.InboundTopicAliasBehaviorType
Packages that use TopicAliasingOptions.InboundTopicAliasBehaviorType
-
Uses of TopicAliasingOptions.InboundTopicAliasBehaviorType in software.amazon.awssdk.crt.mqtt5
Methods in software.amazon.awssdk.crt.mqtt5 that return TopicAliasingOptions.InboundTopicAliasBehaviorTypeModifier and TypeMethodDescriptionTopicAliasingOptions.InboundTopicAliasBehaviorType.getEnumValueFromInteger(int value) Creates a Java InboundTopicAliasBehaviorType enum value from a native integer value.Returns the enum constant of this type with the specified name.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.InboundTopicAliasBehaviorTypeModifier and TypeMethodDescriptionTopicAliasingOptions.withInboundBehavior(TopicAliasingOptions.InboundTopicAliasBehaviorType behavior) Controls whether or not the client allows the broker to use topic aliasing when sending publishes.