Uses of Class
com.amazonaws.services.simpleworkflow.model.ChildWorkflowExecutionTimedOutEventAttributes
Packages that use ChildWorkflowExecutionTimedOutEventAttributes
-
Uses of ChildWorkflowExecutionTimedOutEventAttributes in com.amazonaws.services.simpleworkflow.model
Methods in com.amazonaws.services.simpleworkflow.model that return ChildWorkflowExecutionTimedOutEventAttributesModifier and TypeMethodDescriptionChildWorkflowExecutionTimedOutEventAttributes.clone()
HistoryEvent.getChildWorkflowExecutionTimedOutEventAttributes()
If the event is of typeChildWorkflowExecutionTimedOut
then this member is set and provides detailed information about the event.ChildWorkflowExecutionTimedOutEventAttributes.withInitiatedEventId
(Long initiatedEventId) The ID of theStartChildWorkflowExecutionInitiated
event corresponding to theStartChildWorkflowExecution
decision to start this child workflow execution.ChildWorkflowExecutionTimedOutEventAttributes.withStartedEventId
(Long startedEventId) The ID of theChildWorkflowExecutionStarted
event recorded when this child workflow execution was started.ChildWorkflowExecutionTimedOutEventAttributes.withTimeoutType
(WorkflowExecutionTimeoutType timeoutType) The type of the timeout that caused the child workflow execution to time out.ChildWorkflowExecutionTimedOutEventAttributes.withTimeoutType
(String timeoutType) The type of the timeout that caused the child workflow execution to time out.ChildWorkflowExecutionTimedOutEventAttributes.withWorkflowExecution
(WorkflowExecution workflowExecution) The child workflow execution that timed out.ChildWorkflowExecutionTimedOutEventAttributes.withWorkflowType
(WorkflowType workflowType) The type of the child workflow execution.Methods in com.amazonaws.services.simpleworkflow.model with parameters of type ChildWorkflowExecutionTimedOutEventAttributesModifier and TypeMethodDescriptionvoid
HistoryEvent.setChildWorkflowExecutionTimedOutEventAttributes
(ChildWorkflowExecutionTimedOutEventAttributes childWorkflowExecutionTimedOutEventAttributes) If the event is of typeChildWorkflowExecutionTimedOut
then this member is set and provides detailed information about the event.HistoryEvent.withChildWorkflowExecutionTimedOutEventAttributes
(ChildWorkflowExecutionTimedOutEventAttributes childWorkflowExecutionTimedOutEventAttributes) If the event is of typeChildWorkflowExecutionTimedOut
then this member is set and provides detailed information about the event.