Uses of Class
com.amazonaws.services.simpleworkflow.model.WorkflowExecutionCanceledEventAttributes
-
Packages that use WorkflowExecutionCanceledEventAttributes Package Description com.amazonaws.services.simpleworkflow.model -
-
Uses of WorkflowExecutionCanceledEventAttributes in com.amazonaws.services.simpleworkflow.model
Methods in com.amazonaws.services.simpleworkflow.model that return WorkflowExecutionCanceledEventAttributes Modifier and Type Method Description WorkflowExecutionCanceledEventAttributes
WorkflowExecutionCanceledEventAttributes. clone()
WorkflowExecutionCanceledEventAttributes
HistoryEvent. getWorkflowExecutionCanceledEventAttributes()
If the event is of typeWorkflowExecutionCanceled
then this member is set and provides detailed information about the event.WorkflowExecutionCanceledEventAttributes
WorkflowExecutionCanceledEventAttributes. withDecisionTaskCompletedEventId(Long decisionTaskCompletedEventId)
The ID of theDecisionTaskCompleted
event corresponding to the decision task that resulted in theCancelWorkflowExecution
decision for this cancellation request.WorkflowExecutionCanceledEventAttributes
WorkflowExecutionCanceledEventAttributes. withDetails(String details)
Details for the cancellation (if any).Methods in com.amazonaws.services.simpleworkflow.model with parameters of type WorkflowExecutionCanceledEventAttributes Modifier and Type Method Description void
HistoryEvent. setWorkflowExecutionCanceledEventAttributes(WorkflowExecutionCanceledEventAttributes workflowExecutionCanceledEventAttributes)
If the event is of typeWorkflowExecutionCanceled
then this member is set and provides detailed information about the event.HistoryEvent
HistoryEvent. withWorkflowExecutionCanceledEventAttributes(WorkflowExecutionCanceledEventAttributes workflowExecutionCanceledEventAttributes)
If the event is of typeWorkflowExecutionCanceled
then this member is set and provides detailed information about the event.
-