Uses of Class
com.amazonaws.services.simpleworkflow.model.ExternalWorkflowExecutionCancelRequestedEventAttributes
Packages that use ExternalWorkflowExecutionCancelRequestedEventAttributes
-
Uses of ExternalWorkflowExecutionCancelRequestedEventAttributes in com.amazonaws.services.simpleworkflow.model
Methods in com.amazonaws.services.simpleworkflow.model that return ExternalWorkflowExecutionCancelRequestedEventAttributesModifier and TypeMethodDescriptionExternalWorkflowExecutionCancelRequestedEventAttributes.clone()
HistoryEvent.getExternalWorkflowExecutionCancelRequestedEventAttributes()
If the event is of typeExternalWorkflowExecutionCancelRequested
then this member is set and provides detailed information about the event.ExternalWorkflowExecutionCancelRequestedEventAttributes.withInitiatedEventId
(Long initiatedEventId) The ID of theRequestCancelExternalWorkflowExecutionInitiated
event corresponding to theRequestCancelExternalWorkflowExecution
decision to cancel this external workflow execution.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 ExternalWorkflowExecutionCancelRequestedEventAttributesModifier and TypeMethodDescriptionvoid
HistoryEvent.setExternalWorkflowExecutionCancelRequestedEventAttributes
(ExternalWorkflowExecutionCancelRequestedEventAttributes externalWorkflowExecutionCancelRequestedEventAttributes) If the event is of typeExternalWorkflowExecutionCancelRequested
then this member is set and provides detailed information about the event.HistoryEvent.withExternalWorkflowExecutionCancelRequestedEventAttributes
(ExternalWorkflowExecutionCancelRequestedEventAttributes externalWorkflowExecutionCancelRequestedEventAttributes) If the event is of typeExternalWorkflowExecutionCancelRequested
then this member is set and provides detailed information about the event.