Uses of Enum
software.amazon.awssdk.crt.mqtt5.TopicAliasingOptions.OutboundTopicAliasBehaviorType
Packages that use TopicAliasingOptions.OutboundTopicAliasBehaviorType
-
Uses of TopicAliasingOptions.OutboundTopicAliasBehaviorType in software.amazon.awssdk.crt.mqtt5
Methods in software.amazon.awssdk.crt.mqtt5 that return TopicAliasingOptions.OutboundTopicAliasBehaviorTypeModifier and TypeMethodDescriptionTopicAliasingOptions.OutboundTopicAliasBehaviorType.getEnumValueFromInteger(int value) Creates a Java OutboundTopicAliasBehaviorType enum value from a native integer value.Returns the enum constant of this type with the specified name.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.OutboundTopicAliasBehaviorTypeModifier and TypeMethodDescriptionTopicAliasingOptions.withOutboundBehavior(TopicAliasingOptions.OutboundTopicAliasBehaviorType behavior) Controls what kind of outbound topic aliasing behavior the client should attempt to use.