Uses of Class
com.amazonaws.services.simpleworkflow.model.WorkflowExecutionTerminatedEventAttributes
Packages that use WorkflowExecutionTerminatedEventAttributes
-
Uses of WorkflowExecutionTerminatedEventAttributes in com.amazonaws.services.simpleworkflow.model
Methods in com.amazonaws.services.simpleworkflow.model that return WorkflowExecutionTerminatedEventAttributesModifier and TypeMethodDescriptionWorkflowExecutionTerminatedEventAttributes.clone()
HistoryEvent.getWorkflowExecutionTerminatedEventAttributes()
If the event is of typeWorkflowExecutionTerminated
then this member is set and provides detailed information about the event.WorkflowExecutionTerminatedEventAttributes.withCause
(WorkflowExecutionTerminatedCause cause) If set, indicates that the workflow execution was automatically terminated, and specifies the cause.If set, indicates that the workflow execution was automatically terminated, and specifies the cause.WorkflowExecutionTerminatedEventAttributes.withChildPolicy
(ChildPolicy childPolicy) The policy used for the child workflow executions of this workflow execution.WorkflowExecutionTerminatedEventAttributes.withChildPolicy
(String childPolicy) The policy used for the child workflow executions of this workflow execution.WorkflowExecutionTerminatedEventAttributes.withDetails
(String details) The details provided for the termination (if any).WorkflowExecutionTerminatedEventAttributes.withReason
(String reason) The reason provided for the termination (if any).Methods in com.amazonaws.services.simpleworkflow.model with parameters of type WorkflowExecutionTerminatedEventAttributesModifier and TypeMethodDescriptionvoid
HistoryEvent.setWorkflowExecutionTerminatedEventAttributes
(WorkflowExecutionTerminatedEventAttributes workflowExecutionTerminatedEventAttributes) If the event is of typeWorkflowExecutionTerminated
then this member is set and provides detailed information about the event.HistoryEvent.withWorkflowExecutionTerminatedEventAttributes
(WorkflowExecutionTerminatedEventAttributes workflowExecutionTerminatedEventAttributes) If the event is of typeWorkflowExecutionTerminated
then this member is set and provides detailed information about the event.