Uses of Enum
com.amazonaws.services.simpleworkflow.model.ActivityTaskTimeoutType
Packages that use ActivityTaskTimeoutType
-
Uses of ActivityTaskTimeoutType in com.amazonaws.services.simpleworkflow.model
Methods in com.amazonaws.services.simpleworkflow.model that return ActivityTaskTimeoutTypeModifier and TypeMethodDescriptionstatic ActivityTaskTimeoutTypeUse this in place of valueOf.static ActivityTaskTimeoutTypeReturns the enum constant of this type with the specified name.static ActivityTaskTimeoutType[]ActivityTaskTimeoutType.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 ActivityTaskTimeoutTypeModifier and TypeMethodDescriptionvoidActivityTaskTimedOutEventAttributes.setTimeoutType(ActivityTaskTimeoutType timeoutType) The type of the timeout that caused this event.ActivityTaskTimedOutEventAttributes.withTimeoutType(ActivityTaskTimeoutType timeoutType) The type of the timeout that caused this event.