Uses of Class
com.amazonaws.services.simpleworkflow.model.ChildWorkflowExecutionStartedEventAttributes
-
Packages that use ChildWorkflowExecutionStartedEventAttributes Package Description com.amazonaws.services.simpleworkflow.model -
-
Uses of ChildWorkflowExecutionStartedEventAttributes in com.amazonaws.services.simpleworkflow.model
Methods in com.amazonaws.services.simpleworkflow.model that return ChildWorkflowExecutionStartedEventAttributes Modifier and Type Method Description ChildWorkflowExecutionStartedEventAttributesChildWorkflowExecutionStartedEventAttributes. clone()ChildWorkflowExecutionStartedEventAttributesHistoryEvent. getChildWorkflowExecutionStartedEventAttributes()If the event is of typeChildWorkflowExecutionStartedthen this member is set and provides detailed information about the event.ChildWorkflowExecutionStartedEventAttributesChildWorkflowExecutionStartedEventAttributes. withInitiatedEventId(Long initiatedEventId)The ID of theStartChildWorkflowExecutionInitiatedevent corresponding to theStartChildWorkflowExecutiondecision to start this child workflow execution.ChildWorkflowExecutionStartedEventAttributesChildWorkflowExecutionStartedEventAttributes. withWorkflowExecution(WorkflowExecution workflowExecution)The child workflow execution that was started.ChildWorkflowExecutionStartedEventAttributesChildWorkflowExecutionStartedEventAttributes. withWorkflowType(WorkflowType workflowType)The type of the child workflow execution.Methods in com.amazonaws.services.simpleworkflow.model with parameters of type ChildWorkflowExecutionStartedEventAttributes Modifier and Type Method Description voidHistoryEvent. setChildWorkflowExecutionStartedEventAttributes(ChildWorkflowExecutionStartedEventAttributes childWorkflowExecutionStartedEventAttributes)If the event is of typeChildWorkflowExecutionStartedthen this member is set and provides detailed information about the event.HistoryEventHistoryEvent. withChildWorkflowExecutionStartedEventAttributes(ChildWorkflowExecutionStartedEventAttributes childWorkflowExecutionStartedEventAttributes)If the event is of typeChildWorkflowExecutionStartedthen this member is set and provides detailed information about the event.
-