Uses of Class
com.amazonaws.services.simpleworkflow.model.ChildWorkflowExecutionCompletedEventAttributes
Packages that use ChildWorkflowExecutionCompletedEventAttributes
-
Uses of ChildWorkflowExecutionCompletedEventAttributes in com.amazonaws.services.simpleworkflow.model
Methods in com.amazonaws.services.simpleworkflow.model that return ChildWorkflowExecutionCompletedEventAttributesModifier and TypeMethodDescriptionChildWorkflowExecutionCompletedEventAttributes.clone()HistoryEvent.getChildWorkflowExecutionCompletedEventAttributes()If the event is of typeChildWorkflowExecutionCompletedthen this member is set and provides detailed information about the event.ChildWorkflowExecutionCompletedEventAttributes.withInitiatedEventId(Long initiatedEventId) The ID of theStartChildWorkflowExecutionInitiatedevent corresponding to theStartChildWorkflowExecutiondecision to start this child workflow execution.ChildWorkflowExecutionCompletedEventAttributes.withResult(String result) The result of the child workflow execution (if any).ChildWorkflowExecutionCompletedEventAttributes.withStartedEventId(Long startedEventId) The ID of theChildWorkflowExecutionStartedevent recorded when this child workflow execution was started.ChildWorkflowExecutionCompletedEventAttributes.withWorkflowExecution(WorkflowExecution workflowExecution) The child workflow execution that was completed.ChildWorkflowExecutionCompletedEventAttributes.withWorkflowType(WorkflowType workflowType) The type of the child workflow execution.Methods in com.amazonaws.services.simpleworkflow.model with parameters of type ChildWorkflowExecutionCompletedEventAttributesModifier and TypeMethodDescriptionvoidHistoryEvent.setChildWorkflowExecutionCompletedEventAttributes(ChildWorkflowExecutionCompletedEventAttributes childWorkflowExecutionCompletedEventAttributes) If the event is of typeChildWorkflowExecutionCompletedthen this member is set and provides detailed information about the event.HistoryEvent.withChildWorkflowExecutionCompletedEventAttributes(ChildWorkflowExecutionCompletedEventAttributes childWorkflowExecutionCompletedEventAttributes) If the event is of typeChildWorkflowExecutionCompletedthen this member is set and provides detailed information about the event.