Uses of Class
com.amazonaws.services.simpleworkflow.model.ChildWorkflowExecutionStartedEventAttributes

Packages that use ChildWorkflowExecutionStartedEventAttributes
com.amazonaws.services.simpleworkflow.model Classes modeling the various types represented by AmazonSimpleWorkflow. 
 

Uses of ChildWorkflowExecutionStartedEventAttributes in com.amazonaws.services.simpleworkflow.model
 

Methods in com.amazonaws.services.simpleworkflow.model that return ChildWorkflowExecutionStartedEventAttributes
 ChildWorkflowExecutionStartedEventAttributes HistoryEvent.getChildWorkflowExecutionStartedEventAttributes()
          If the event is of type ChildWorkflowExecutionStarted then this member is set and provides detailed information about the event.
 ChildWorkflowExecutionStartedEventAttributes ChildWorkflowExecutionStartedEventAttributes.withInitiatedEventId(Long initiatedEventId)
          The id of the StartChildWorkflowExecutionInitiated event corresponding to the StartChildWorkflowExecution Decision to start this child workflow execution.
 ChildWorkflowExecutionStartedEventAttributes ChildWorkflowExecutionStartedEventAttributes.withWorkflowExecution(WorkflowExecution workflowExecution)
          The child workflow execution that was started.
 ChildWorkflowExecutionStartedEventAttributes ChildWorkflowExecutionStartedEventAttributes.withWorkflowType(WorkflowType workflowType)
          The type of the child workflow execution.
 

Methods in com.amazonaws.services.simpleworkflow.model with parameters of type ChildWorkflowExecutionStartedEventAttributes
 void HistoryEvent.setChildWorkflowExecutionStartedEventAttributes(ChildWorkflowExecutionStartedEventAttributes childWorkflowExecutionStartedEventAttributes)
          If the event is of type ChildWorkflowExecutionStarted then this member is set and provides detailed information about the event.
 HistoryEvent HistoryEvent.withChildWorkflowExecutionStartedEventAttributes(ChildWorkflowExecutionStartedEventAttributes childWorkflowExecutionStartedEventAttributes)
          If the event is of type ChildWorkflowExecutionStarted then this member is set and provides detailed information about the event.
 



Copyright © 2016. All rights reserved.