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 WorkflowExecutionCanceledEventAttributesWorkflowExecutionCanceledEventAttributes. clone()WorkflowExecutionCanceledEventAttributesHistoryEvent. getWorkflowExecutionCanceledEventAttributes()If the event is of typeWorkflowExecutionCanceledthen this member is set and provides detailed information about the event.WorkflowExecutionCanceledEventAttributesWorkflowExecutionCanceledEventAttributes. withDecisionTaskCompletedEventId(Long decisionTaskCompletedEventId)The ID of theDecisionTaskCompletedevent corresponding to the decision task that resulted in theCancelWorkflowExecutiondecision for this cancellation request.WorkflowExecutionCanceledEventAttributesWorkflowExecutionCanceledEventAttributes. 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 voidHistoryEvent. setWorkflowExecutionCanceledEventAttributes(WorkflowExecutionCanceledEventAttributes workflowExecutionCanceledEventAttributes)If the event is of typeWorkflowExecutionCanceledthen this member is set and provides detailed information about the event.HistoryEventHistoryEvent. withWorkflowExecutionCanceledEventAttributes(WorkflowExecutionCanceledEventAttributes workflowExecutionCanceledEventAttributes)If the event is of typeWorkflowExecutionCanceledthen this member is set and provides detailed information about the event.
-