Uses of Class
com.amazonaws.services.simpleworkflow.model.ExternalWorkflowExecutionCancelRequestedEventAttributes
-
Packages that use ExternalWorkflowExecutionCancelRequestedEventAttributes Package Description com.amazonaws.services.simpleworkflow.model -
-
Uses of ExternalWorkflowExecutionCancelRequestedEventAttributes in com.amazonaws.services.simpleworkflow.model
Methods in com.amazonaws.services.simpleworkflow.model that return ExternalWorkflowExecutionCancelRequestedEventAttributes Modifier and Type Method Description ExternalWorkflowExecutionCancelRequestedEventAttributes
ExternalWorkflowExecutionCancelRequestedEventAttributes. clone()
ExternalWorkflowExecutionCancelRequestedEventAttributes
HistoryEvent. getExternalWorkflowExecutionCancelRequestedEventAttributes()
If the event is of typeExternalWorkflowExecutionCancelRequested
then this member is set and provides detailed information about the event.ExternalWorkflowExecutionCancelRequestedEventAttributes
ExternalWorkflowExecutionCancelRequestedEventAttributes. withInitiatedEventId(Long initiatedEventId)
The ID of theRequestCancelExternalWorkflowExecutionInitiated
event corresponding to theRequestCancelExternalWorkflowExecution
decision to cancel this external workflow execution.ExternalWorkflowExecutionCancelRequestedEventAttributes
ExternalWorkflowExecutionCancelRequestedEventAttributes. withWorkflowExecution(WorkflowExecution workflowExecution)
The external workflow execution to which the cancellation request was delivered.Methods in com.amazonaws.services.simpleworkflow.model with parameters of type ExternalWorkflowExecutionCancelRequestedEventAttributes Modifier and Type Method Description void
HistoryEvent. setExternalWorkflowExecutionCancelRequestedEventAttributes(ExternalWorkflowExecutionCancelRequestedEventAttributes externalWorkflowExecutionCancelRequestedEventAttributes)
If the event is of typeExternalWorkflowExecutionCancelRequested
then this member is set and provides detailed information about the event.HistoryEvent
HistoryEvent. withExternalWorkflowExecutionCancelRequestedEventAttributes(ExternalWorkflowExecutionCancelRequestedEventAttributes externalWorkflowExecutionCancelRequestedEventAttributes)
If the event is of typeExternalWorkflowExecutionCancelRequested
then this member is set and provides detailed information about the event.
-