Uses of Enum
com.amazonaws.services.simpleworkflow.model.LambdaFunctionTimeoutType
Packages that use LambdaFunctionTimeoutType
-
Uses of LambdaFunctionTimeoutType in com.amazonaws.services.simpleworkflow.model
Methods in com.amazonaws.services.simpleworkflow.model that return LambdaFunctionTimeoutTypeModifier and TypeMethodDescriptionstatic LambdaFunctionTimeoutType
Use this in place of valueOf.static LambdaFunctionTimeoutType
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 LambdaFunctionTimeoutTypeModifier and TypeMethodDescriptionvoid
LambdaFunctionTimedOutEventAttributes.setTimeoutType
(LambdaFunctionTimeoutType timeoutType) The type of the timeout that caused this event.LambdaFunctionTimedOutEventAttributes.withTimeoutType
(LambdaFunctionTimeoutType timeoutType) The type of the timeout that caused this event.