|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ChildWorkflowExecutionTimedOutEventAttributes | |
---|---|
com.amazonaws.services.simpleworkflow.model | Classes modeling the various types represented by AmazonSimpleWorkflow. |
Uses of ChildWorkflowExecutionTimedOutEventAttributes in com.amazonaws.services.simpleworkflow.model |
---|
Methods in com.amazonaws.services.simpleworkflow.model that return ChildWorkflowExecutionTimedOutEventAttributes | |
---|---|
ChildWorkflowExecutionTimedOutEventAttributes |
HistoryEvent.getChildWorkflowExecutionTimedOutEventAttributes()
If the event is of type ChildWorkflowExecutionTimedOut
then this member is set and provides detailed information about the
event. |
ChildWorkflowExecutionTimedOutEventAttributes |
ChildWorkflowExecutionTimedOutEventAttributes.withInitiatedEventId(Long initiatedEventId)
The id of the StartChildWorkflowExecutionInitiated event
corresponding to the StartChildWorkflowExecution
Decision to start this child workflow execution. |
ChildWorkflowExecutionTimedOutEventAttributes |
ChildWorkflowExecutionTimedOutEventAttributes.withStartedEventId(Long startedEventId)
The Id of the ChildWorkflowExecutionStarted event
recorded when this child workflow execution was started. |
ChildWorkflowExecutionTimedOutEventAttributes |
ChildWorkflowExecutionTimedOutEventAttributes.withTimeoutType(String timeoutType)
The type of the timeout that caused the child workflow execution to time out. |
ChildWorkflowExecutionTimedOutEventAttributes |
ChildWorkflowExecutionTimedOutEventAttributes.withTimeoutType(WorkflowExecutionTimeoutType timeoutType)
The type of the timeout that caused the child workflow execution to time out. |
ChildWorkflowExecutionTimedOutEventAttributes |
ChildWorkflowExecutionTimedOutEventAttributes.withWorkflowExecution(WorkflowExecution workflowExecution)
The child workflow execution that timed out. |
ChildWorkflowExecutionTimedOutEventAttributes |
ChildWorkflowExecutionTimedOutEventAttributes.withWorkflowType(WorkflowType workflowType)
The type of the child workflow execution. |
Methods in com.amazonaws.services.simpleworkflow.model with parameters of type ChildWorkflowExecutionTimedOutEventAttributes | |
---|---|
void |
HistoryEvent.setChildWorkflowExecutionTimedOutEventAttributes(ChildWorkflowExecutionTimedOutEventAttributes childWorkflowExecutionTimedOutEventAttributes)
If the event is of type ChildWorkflowExecutionTimedOut
then this member is set and provides detailed information about the
event. |
HistoryEvent |
HistoryEvent.withChildWorkflowExecutionTimedOutEventAttributes(ChildWorkflowExecutionTimedOutEventAttributes childWorkflowExecutionTimedOutEventAttributes)
If the event is of type ChildWorkflowExecutionTimedOut
then this member is set and provides detailed information about the
event. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |