Uses of Enum
com.amazonaws.services.simpleworkflow.model.EventType
Packages that use EventType
-
Uses of EventType in com.amazonaws.services.simpleworkflow.model
Methods in com.amazonaws.services.simpleworkflow.model that return EventTypeModifier and TypeMethodDescriptionstatic EventType
Use this in place of valueOf.static EventType
Returns the enum constant of this type with the specified name.static EventType[]
EventType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amazonaws.services.simpleworkflow.model with parameters of type EventTypeModifier and TypeMethodDescriptionvoid
HistoryEvent.setEventType
(EventType eventType) The type of the history event.HistoryEvent.withEventType
(EventType eventType) The type of the history event.