Uses of Class
software.amazon.awssdk.crt.mqtt5.TopicAliasingOptions.OutboundTopicAliasBehaviorType
-
Packages that use TopicAliasingOptions.OutboundTopicAliasBehaviorType Package Description software.amazon.awssdk.crt.mqtt5 -
-
Uses of TopicAliasingOptions.OutboundTopicAliasBehaviorType in software.amazon.awssdk.crt.mqtt5
Methods in software.amazon.awssdk.crt.mqtt5 that return TopicAliasingOptions.OutboundTopicAliasBehaviorType Modifier and Type Method Description static TopicAliasingOptions.OutboundTopicAliasBehaviorTypeTopicAliasingOptions.OutboundTopicAliasBehaviorType. getEnumValueFromInteger(int value)Creates a Java OutboundTopicAliasBehaviorType enum value from a native integer value.static TopicAliasingOptions.OutboundTopicAliasBehaviorTypeTopicAliasingOptions.OutboundTopicAliasBehaviorType. valueOf(String name)Returns the enum constant of this type with the specified name.static TopicAliasingOptions.OutboundTopicAliasBehaviorType[]TopicAliasingOptions.OutboundTopicAliasBehaviorType. 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.OutboundTopicAliasBehaviorType Modifier and Type Method Description TopicAliasingOptionsTopicAliasingOptions. withOutboundBehavior(TopicAliasingOptions.OutboundTopicAliasBehaviorType behavior)Controls what kind of outbound topic aliasing behavior the client should attempt to use.
-