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 typeChildWorkflowExecutionCanceled
then 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 theStartChildWorkflowExecutionInitiated
event corresponding to theStartChildWorkflowExecution
decision to start this child workflow execution.ChildWorkflowExecutionCanceledEventAttributes.withStartedEventId
(Long startedEventId) The ID of theChildWorkflowExecutionStarted
event 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 TypeMethodDescriptionvoid
HistoryEvent.setChildWorkflowExecutionCanceledEventAttributes
(ChildWorkflowExecutionCanceledEventAttributes childWorkflowExecutionCanceledEventAttributes) If the event is of typeChildWorkflowExecutionCanceled
then this member is set and provides detailed information about the event.HistoryEvent.withChildWorkflowExecutionCanceledEventAttributes
(ChildWorkflowExecutionCanceledEventAttributes childWorkflowExecutionCanceledEventAttributes) If the event is of typeChildWorkflowExecutionCanceled
then this member is set and provides detailed information about the event.