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 ExternalWorkflowExecutionCancelRequestedEventAttributesExternalWorkflowExecutionCancelRequestedEventAttributes. clone()ExternalWorkflowExecutionCancelRequestedEventAttributesHistoryEvent. getExternalWorkflowExecutionCancelRequestedEventAttributes()If the event is of typeExternalWorkflowExecutionCancelRequestedthen this member is set and provides detailed information about the event.ExternalWorkflowExecutionCancelRequestedEventAttributesExternalWorkflowExecutionCancelRequestedEventAttributes. withInitiatedEventId(Long initiatedEventId)The ID of theRequestCancelExternalWorkflowExecutionInitiatedevent corresponding to theRequestCancelExternalWorkflowExecutiondecision to cancel this external workflow execution.ExternalWorkflowExecutionCancelRequestedEventAttributesExternalWorkflowExecutionCancelRequestedEventAttributes. 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 voidHistoryEvent. setExternalWorkflowExecutionCancelRequestedEventAttributes(ExternalWorkflowExecutionCancelRequestedEventAttributes externalWorkflowExecutionCancelRequestedEventAttributes)If the event is of typeExternalWorkflowExecutionCancelRequestedthen this member is set and provides detailed information about the event.HistoryEventHistoryEvent. withExternalWorkflowExecutionCancelRequestedEventAttributes(ExternalWorkflowExecutionCancelRequestedEventAttributes externalWorkflowExecutionCancelRequestedEventAttributes)If the event is of typeExternalWorkflowExecutionCancelRequestedthen this member is set and provides detailed information about the event.
-