Uses of Enum
software.amazon.awssdk.services.sfn.model.HistoryEventType
Packages that use HistoryEventType
-
Uses of HistoryEventType in software.amazon.awssdk.services.sfn.model
Methods in software.amazon.awssdk.services.sfn.model that return HistoryEventTypeModifier and TypeMethodDescriptionstatic HistoryEventTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.final HistoryEventTypeHistoryEvent.type()The type of the event.static HistoryEventTypeReturns the enum constant of this type with the specified name.static HistoryEventType[]HistoryEventType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.sfn.model that return types with arguments of type HistoryEventTypeMethods in software.amazon.awssdk.services.sfn.model with parameters of type HistoryEventTypeModifier and TypeMethodDescriptionHistoryEvent.Builder.type(HistoryEventType type) The type of the event.