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