Uses of Class
com.amazonaws.services.simpleworkflow.model.ChildWorkflowExecutionCanceledEventAttributes
Packages that use ChildWorkflowExecutionCanceledEventAttributes
-
Uses of ChildWorkflowExecutionCanceledEventAttributes in com.amazonaws.services.simpleworkflow.model
Methods in com.amazonaws.services.simpleworkflow.model that return ChildWorkflowExecutionCanceledEventAttributesModifier and TypeMethodDescriptionChildWorkflowExecutionCanceledEventAttributes.clone()HistoryEvent.getChildWorkflowExecutionCanceledEventAttributes()If the event is of typeChildWorkflowExecutionCanceledthen this member is set and provides detailed information about the event.ChildWorkflowExecutionCanceledEventAttributes.withDetails(String details) Details of the cancellation (if provided).ChildWorkflowExecutionCanceledEventAttributes.withInitiatedEventId(Long initiatedEventId) The ID of theStartChildWorkflowExecutionInitiatedevent corresponding to theStartChildWorkflowExecutiondecision to start this child workflow execution.ChildWorkflowExecutionCanceledEventAttributes.withStartedEventId(Long startedEventId) The ID of theChildWorkflowExecutionStartedevent recorded when this child workflow execution was started.ChildWorkflowExecutionCanceledEventAttributes.withWorkflowExecution(WorkflowExecution workflowExecution) The child workflow execution that was canceled.ChildWorkflowExecutionCanceledEventAttributes.withWorkflowType(WorkflowType workflowType) The type of the child workflow execution.Methods in com.amazonaws.services.simpleworkflow.model with parameters of type ChildWorkflowExecutionCanceledEventAttributesModifier and TypeMethodDescriptionvoidHistoryEvent.setChildWorkflowExecutionCanceledEventAttributes(ChildWorkflowExecutionCanceledEventAttributes childWorkflowExecutionCanceledEventAttributes) If the event is of typeChildWorkflowExecutionCanceledthen this member is set and provides detailed information about the event.HistoryEvent.withChildWorkflowExecutionCanceledEventAttributes(ChildWorkflowExecutionCanceledEventAttributes childWorkflowExecutionCanceledEventAttributes) If the event is of typeChildWorkflowExecutionCanceledthen this member is set and provides detailed information about the event.