Uses of Class
com.amazonaws.services.simpleworkflow.model.WorkflowExecutionTimedOutEventAttributes
-
Packages that use WorkflowExecutionTimedOutEventAttributes Package Description com.amazonaws.services.simpleworkflow.model -
-
Uses of WorkflowExecutionTimedOutEventAttributes in com.amazonaws.services.simpleworkflow.model
Methods in com.amazonaws.services.simpleworkflow.model that return WorkflowExecutionTimedOutEventAttributes Modifier and Type Method Description WorkflowExecutionTimedOutEventAttributesWorkflowExecutionTimedOutEventAttributes. clone()WorkflowExecutionTimedOutEventAttributesHistoryEvent. getWorkflowExecutionTimedOutEventAttributes()If the event is of typeWorkflowExecutionTimedOutthen this member is set and provides detailed information about the event.WorkflowExecutionTimedOutEventAttributesWorkflowExecutionTimedOutEventAttributes. withChildPolicy(ChildPolicy childPolicy)The policy used for the child workflow executions of this workflow execution.WorkflowExecutionTimedOutEventAttributesWorkflowExecutionTimedOutEventAttributes. withChildPolicy(String childPolicy)The policy used for the child workflow executions of this workflow execution.WorkflowExecutionTimedOutEventAttributesWorkflowExecutionTimedOutEventAttributes. withTimeoutType(WorkflowExecutionTimeoutType timeoutType)The type of timeout that caused this event.WorkflowExecutionTimedOutEventAttributesWorkflowExecutionTimedOutEventAttributes. withTimeoutType(String timeoutType)The type of timeout that caused this event.Methods in com.amazonaws.services.simpleworkflow.model with parameters of type WorkflowExecutionTimedOutEventAttributes Modifier and Type Method Description voidHistoryEvent. setWorkflowExecutionTimedOutEventAttributes(WorkflowExecutionTimedOutEventAttributes workflowExecutionTimedOutEventAttributes)If the event is of typeWorkflowExecutionTimedOutthen this member is set and provides detailed information about the event.HistoryEventHistoryEvent. withWorkflowExecutionTimedOutEventAttributes(WorkflowExecutionTimedOutEventAttributes workflowExecutionTimedOutEventAttributes)If the event is of typeWorkflowExecutionTimedOutthen this member is set and provides detailed information about the event.
-