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

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

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

Methods in com.amazonaws.services.simpleworkflow.model that return ChildWorkflowExecutionCompletedEventAttributes
 ChildWorkflowExecutionCompletedEventAttributes HistoryEvent.getChildWorkflowExecutionCompletedEventAttributes()
          If the event is of type ChildWorkflowExecutionCompleted then this member is set and provides detailed information about the event.
 ChildWorkflowExecutionCompletedEventAttributes ChildWorkflowExecutionCompletedEventAttributes.withInitiatedEventId(Long initiatedEventId)
          The id of the StartChildWorkflowExecutionInitiated event corresponding to the StartChildWorkflowExecution Decision to start this child workflow execution.
 ChildWorkflowExecutionCompletedEventAttributes ChildWorkflowExecutionCompletedEventAttributes.withResult(String result)
          The result of the child workflow execution (if any).
 ChildWorkflowExecutionCompletedEventAttributes ChildWorkflowExecutionCompletedEventAttributes.withStartedEventId(Long startedEventId)
          The Id of the ChildWorkflowExecutionStarted event recorded when this child workflow execution was started.
 ChildWorkflowExecutionCompletedEventAttributes ChildWorkflowExecutionCompletedEventAttributes.withWorkflowExecution(WorkflowExecution workflowExecution)
          The child workflow execution that was completed.
 ChildWorkflowExecutionCompletedEventAttributes ChildWorkflowExecutionCompletedEventAttributes.withWorkflowType(WorkflowType workflowType)
          The type of the child workflow execution.
 

Methods in com.amazonaws.services.simpleworkflow.model with parameters of type ChildWorkflowExecutionCompletedEventAttributes
 void HistoryEvent.setChildWorkflowExecutionCompletedEventAttributes(ChildWorkflowExecutionCompletedEventAttributes childWorkflowExecutionCompletedEventAttributes)
          If the event is of type ChildWorkflowExecutionCompleted then this member is set and provides detailed information about the event.
 HistoryEvent HistoryEvent.withChildWorkflowExecutionCompletedEventAttributes(ChildWorkflowExecutionCompletedEventAttributes childWorkflowExecutionCompletedEventAttributes)
          If the event is of type ChildWorkflowExecutionCompleted then this member is set and provides detailed information about the event.
 



Copyright © 2016. All rights reserved.