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