Uses of Class
com.amazonaws.services.simpleworkflow.model.ActivityTaskTimeoutType
-
Packages that use ActivityTaskTimeoutType Package Description com.amazonaws.services.simpleworkflow.model -
-
Uses of ActivityTaskTimeoutType in com.amazonaws.services.simpleworkflow.model
Methods in com.amazonaws.services.simpleworkflow.model that return ActivityTaskTimeoutType Modifier and Type Method Description static ActivityTaskTimeoutTypeActivityTaskTimeoutType. fromValue(String value)Use this in place of valueOf.static ActivityTaskTimeoutTypeActivityTaskTimeoutType. valueOf(String name)Returns 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 ActivityTaskTimeoutType Modifier and Type Method Description voidActivityTaskTimedOutEventAttributes. setTimeoutType(ActivityTaskTimeoutType timeoutType)The type of the timeout that caused this event.ActivityTaskTimedOutEventAttributesActivityTaskTimedOutEventAttributes. withTimeoutType(ActivityTaskTimeoutType timeoutType)The type of the timeout that caused this event.
-