Uses of Enum
com.amazonaws.services.simpleworkflow.model.DecisionTaskTimeoutType
Packages that use DecisionTaskTimeoutType
-
Uses of DecisionTaskTimeoutType in com.amazonaws.services.simpleworkflow.model
Methods in com.amazonaws.services.simpleworkflow.model that return DecisionTaskTimeoutTypeModifier and TypeMethodDescriptionstatic DecisionTaskTimeoutType
Use this in place of valueOf.static DecisionTaskTimeoutType
Returns the enum constant of this type with the specified name.static DecisionTaskTimeoutType[]
DecisionTaskTimeoutType.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 DecisionTaskTimeoutTypeModifier and TypeMethodDescriptionvoid
DecisionTaskTimedOutEventAttributes.setTimeoutType
(DecisionTaskTimeoutType timeoutType) The type of timeout that expired before the decision task could be completed.DecisionTaskTimedOutEventAttributes.withTimeoutType
(DecisionTaskTimeoutType timeoutType) The type of timeout that expired before the decision task could be completed.