Uses of Enum
com.amazonaws.services.simpleworkflow.model.WorkflowExecutionTimeoutType
Packages that use WorkflowExecutionTimeoutType
-
Uses of WorkflowExecutionTimeoutType in com.amazonaws.services.simpleworkflow.model
Subclasses with type arguments of type WorkflowExecutionTimeoutType in com.amazonaws.services.simpleworkflow.modelMethods in com.amazonaws.services.simpleworkflow.model that return WorkflowExecutionTimeoutTypeModifier and TypeMethodDescriptionstatic WorkflowExecutionTimeoutTypeUse this in place of valueOf.static WorkflowExecutionTimeoutTypeReturns the enum constant of this type with the specified name.static WorkflowExecutionTimeoutType[]WorkflowExecutionTimeoutType.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 WorkflowExecutionTimeoutTypeModifier and TypeMethodDescriptionvoidChildWorkflowExecutionTimedOutEventAttributes.setTimeoutType(WorkflowExecutionTimeoutType timeoutType) The type of the timeout that caused the child workflow execution to time out.voidWorkflowExecutionTimedOutEventAttributes.setTimeoutType(WorkflowExecutionTimeoutType timeoutType) The type of timeout that caused this event.ChildWorkflowExecutionTimedOutEventAttributes.withTimeoutType(WorkflowExecutionTimeoutType timeoutType) The type of the timeout that caused the child workflow execution to time out.WorkflowExecutionTimedOutEventAttributes.withTimeoutType(WorkflowExecutionTimeoutType timeoutType) The type of timeout that caused this event.