Uses of Class
software.amazon.awssdk.services.swf.model.DecisionTaskTimeoutType
-
Packages that use DecisionTaskTimeoutType Package Description software.amazon.awssdk.services.swf.model -
-
Uses of DecisionTaskTimeoutType in software.amazon.awssdk.services.swf.model
Methods in software.amazon.awssdk.services.swf.model that return DecisionTaskTimeoutType Modifier and Type Method Description static DecisionTaskTimeoutTypeDecisionTaskTimeoutType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.DecisionTaskTimeoutTypeDecisionTaskTimedOutEventAttributes. timeoutType()The type of timeout that expired before the decision task could be completed.static DecisionTaskTimeoutTypeDecisionTaskTimeoutType. valueOf(String name)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 software.amazon.awssdk.services.swf.model that return types with arguments of type DecisionTaskTimeoutType Modifier and Type Method Description static Set<DecisionTaskTimeoutType>DecisionTaskTimeoutType. knownValues()Methods in software.amazon.awssdk.services.swf.model with parameters of type DecisionTaskTimeoutType Modifier and Type Method Description DecisionTaskTimedOutEventAttributes.BuilderDecisionTaskTimedOutEventAttributes.Builder. timeoutType(DecisionTaskTimeoutType timeoutType)The type of timeout that expired before the decision task could be completed.
-