Uses of Class
com.amazonaws.services.simpleworkflow.model.ChildWorkflowExecutionStartedEventAttributes
Packages that use ChildWorkflowExecutionStartedEventAttributes
-
Uses of ChildWorkflowExecutionStartedEventAttributes in com.amazonaws.services.simpleworkflow.model
Methods in com.amazonaws.services.simpleworkflow.model that return ChildWorkflowExecutionStartedEventAttributesModifier and TypeMethodDescriptionChildWorkflowExecutionStartedEventAttributes.clone()
HistoryEvent.getChildWorkflowExecutionStartedEventAttributes()
If the event is of typeChildWorkflowExecutionStarted
then this member is set and provides detailed information about the event.ChildWorkflowExecutionStartedEventAttributes.withInitiatedEventId
(Long initiatedEventId) The ID of theStartChildWorkflowExecutionInitiated
event corresponding to theStartChildWorkflowExecution
decision to start this child workflow execution.ChildWorkflowExecutionStartedEventAttributes.withWorkflowExecution
(WorkflowExecution workflowExecution) The child workflow execution that was started.ChildWorkflowExecutionStartedEventAttributes.withWorkflowType
(WorkflowType workflowType) The type of the child workflow execution.Methods in com.amazonaws.services.simpleworkflow.model with parameters of type ChildWorkflowExecutionStartedEventAttributesModifier and TypeMethodDescriptionvoid
HistoryEvent.setChildWorkflowExecutionStartedEventAttributes
(ChildWorkflowExecutionStartedEventAttributes childWorkflowExecutionStartedEventAttributes) If the event is of typeChildWorkflowExecutionStarted
then this member is set and provides detailed information about the event.HistoryEvent.withChildWorkflowExecutionStartedEventAttributes
(ChildWorkflowExecutionStartedEventAttributes childWorkflowExecutionStartedEventAttributes) If the event is of typeChildWorkflowExecutionStarted
then this member is set and provides detailed information about the event.