Uses of Enum
software.amazon.awssdk.crt.mqtt5.PublishResult.PublishResultType
Packages that use PublishResult.PublishResultType
-
Uses of PublishResult.PublishResultType in software.amazon.awssdk.crt.mqtt5
Methods in software.amazon.awssdk.crt.mqtt5 that return PublishResult.PublishResultTypeModifier and TypeMethodDescriptionPublishResult.PublishResultType.getEnumValueFromInteger(int value) Creates a Java PublishResultType enum value from a native integer value.PublishResult.getType()Returns the type of data that was returned after calling Publish on the Mqtt5Client.Returns the enum constant of this type with the specified name.static PublishResult.PublishResultType[]PublishResult.PublishResultType.values()Returns an array containing the constants of this enum type, in the order they are declared.