Uses of Class
com.amazonaws.services.simpleworkflow.model.LambdaFunctionTimeoutType
-
Packages that use LambdaFunctionTimeoutType Package Description com.amazonaws.services.simpleworkflow.model -
-
Uses of LambdaFunctionTimeoutType in com.amazonaws.services.simpleworkflow.model
Methods in com.amazonaws.services.simpleworkflow.model that return LambdaFunctionTimeoutType Modifier and Type Method Description static LambdaFunctionTimeoutType
LambdaFunctionTimeoutType. fromValue(String value)
Use this in place of valueOf.static LambdaFunctionTimeoutType
LambdaFunctionTimeoutType. valueOf(String name)
Returns the enum constant of this type with the specified name.static LambdaFunctionTimeoutType[]
LambdaFunctionTimeoutType. 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 LambdaFunctionTimeoutType Modifier and Type Method Description void
LambdaFunctionTimedOutEventAttributes. setTimeoutType(LambdaFunctionTimeoutType timeoutType)
The type of the timeout that caused this event.LambdaFunctionTimedOutEventAttributes
LambdaFunctionTimedOutEventAttributes. withTimeoutType(LambdaFunctionTimeoutType timeoutType)
The type of the timeout that caused this event.
-