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 ActivityTaskTimeoutType
Use this in place of valueOf.static ActivityTaskTimeoutType
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 ActivityTaskTimeoutTypeModifier and TypeMethodDescriptionvoid
ActivityTaskTimedOutEventAttributes.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.