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 ActivityTaskTimeoutType
ActivityTaskTimeoutType. fromValue(String value)
Use this in place of valueOf.static ActivityTaskTimeoutType
ActivityTaskTimeoutType. 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 void
ActivityTaskTimedOutEventAttributes. setTimeoutType(ActivityTaskTimeoutType timeoutType)
The type of the timeout that caused this event.ActivityTaskTimedOutEventAttributes
ActivityTaskTimedOutEventAttributes. withTimeoutType(ActivityTaskTimeoutType timeoutType)
The type of the timeout that caused this event.
-