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 typeChildWorkflowExecutionStartedthen this member is set and provides detailed information about the event.ChildWorkflowExecutionStartedEventAttributes.withInitiatedEventId(Long initiatedEventId) The ID of theStartChildWorkflowExecutionInitiatedevent corresponding to theStartChildWorkflowExecutiondecision 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 TypeMethodDescriptionvoidHistoryEvent.setChildWorkflowExecutionStartedEventAttributes(ChildWorkflowExecutionStartedEventAttributes childWorkflowExecutionStartedEventAttributes) If the event is of typeChildWorkflowExecutionStartedthen this member is set and provides detailed information about the event.HistoryEvent.withChildWorkflowExecutionStartedEventAttributes(ChildWorkflowExecutionStartedEventAttributes childWorkflowExecutionStartedEventAttributes) If the event is of typeChildWorkflowExecutionStartedthen this member is set and provides detailed information about the event.