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 typeWorkflowExecutionCanceledthen this member is set and provides detailed information about the event.WorkflowExecutionCanceledEventAttributes.withDecisionTaskCompletedEventId(Long decisionTaskCompletedEventId) The ID of theDecisionTaskCompletedevent corresponding to the decision task that resulted in theCancelWorkflowExecutiondecision 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 TypeMethodDescriptionvoidHistoryEvent.setWorkflowExecutionCanceledEventAttributes(WorkflowExecutionCanceledEventAttributes workflowExecutionCanceledEventAttributes) If the event is of typeWorkflowExecutionCanceledthen this member is set and provides detailed information about the event.HistoryEvent.withWorkflowExecutionCanceledEventAttributes(WorkflowExecutionCanceledEventAttributes workflowExecutionCanceledEventAttributes) If the event is of typeWorkflowExecutionCanceledthen this member is set and provides detailed information about the event.