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