Uses of Enum
software.amazon.awssdk.crt.iot.SubscriptionStatusEventType
Packages that use SubscriptionStatusEventType
-
Uses of SubscriptionStatusEventType in software.amazon.awssdk.crt.iot
Methods in software.amazon.awssdk.crt.iot that return SubscriptionStatusEventTypeModifier and TypeMethodDescriptionstatic SubscriptionStatusEventTypeSubscriptionStatusEventType.getEnumValueFromInteger(int value) Creates a Java SubscriptionStatusEventType enum value from a native integer valueSubscriptionStatusEvent.getType()Gets the type of status change represented by the event.static SubscriptionStatusEventTypeReturns the enum constant of this type with the specified name.static SubscriptionStatusEventType[]SubscriptionStatusEventType.values()Returns an array containing the constants of this enum type, in the order they are declared.