Uses of Class
com.amazonaws.services.simpleworkflow.model.WorkflowExecutionCancelRequestedEventAttributes
Packages that use WorkflowExecutionCancelRequestedEventAttributes
-
Uses of WorkflowExecutionCancelRequestedEventAttributes in com.amazonaws.services.simpleworkflow.model
Methods in com.amazonaws.services.simpleworkflow.model that return WorkflowExecutionCancelRequestedEventAttributesModifier and TypeMethodDescriptionWorkflowExecutionCancelRequestedEventAttributes.clone()
HistoryEvent.getWorkflowExecutionCancelRequestedEventAttributes()
If the event is of typeWorkflowExecutionCancelRequested
then this member is set and provides detailed information about the event.WorkflowExecutionCancelRequestedEventAttributes.withCause
(WorkflowExecutionCancelRequestedCause cause) If set, indicates that the request to cancel the workflow execution was automatically generated, and specifies the cause.If set, indicates that the request to cancel the workflow execution was automatically generated, and specifies the cause.WorkflowExecutionCancelRequestedEventAttributes.withExternalInitiatedEventId
(Long externalInitiatedEventId) The ID of theRequestCancelExternalWorkflowExecutionInitiated
event corresponding to theRequestCancelExternalWorkflowExecution
decision to cancel this workflow execution.The source event with this ID can be found in the history of the source workflow execution.WorkflowExecutionCancelRequestedEventAttributes.withExternalWorkflowExecution
(WorkflowExecution externalWorkflowExecution) The external workflow execution for which the cancellation was requested.Methods in com.amazonaws.services.simpleworkflow.model with parameters of type WorkflowExecutionCancelRequestedEventAttributesModifier and TypeMethodDescriptionvoid
HistoryEvent.setWorkflowExecutionCancelRequestedEventAttributes
(WorkflowExecutionCancelRequestedEventAttributes workflowExecutionCancelRequestedEventAttributes) If the event is of typeWorkflowExecutionCancelRequested
then this member is set and provides detailed information about the event.HistoryEvent.withWorkflowExecutionCancelRequestedEventAttributes
(WorkflowExecutionCancelRequestedEventAttributes workflowExecutionCancelRequestedEventAttributes) If the event is of typeWorkflowExecutionCancelRequested
then this member is set and provides detailed information about the event.