Uses of Class
com.amazonaws.services.simpleworkflow.model.RequestCancelExternalWorkflowExecutionInitiatedEventAttributes
Packages that use RequestCancelExternalWorkflowExecutionInitiatedEventAttributes
-
Uses of RequestCancelExternalWorkflowExecutionInitiatedEventAttributes in com.amazonaws.services.simpleworkflow.model
Methods in com.amazonaws.services.simpleworkflow.model that return RequestCancelExternalWorkflowExecutionInitiatedEventAttributesModifier and TypeMethodDescriptionRequestCancelExternalWorkflowExecutionInitiatedEventAttributes.clone()If the event is of typeRequestCancelExternalWorkflowExecutionInitiatedthen this member is set and provides detailed information about the event.RequestCancelExternalWorkflowExecutionInitiatedEventAttributes.withControl(String control) Optional. Data attached to the event that can be used by the decider in subsequent workflow tasks.RequestCancelExternalWorkflowExecutionInitiatedEventAttributes.withDecisionTaskCompletedEventId(Long decisionTaskCompletedEventId) The ID of theDecisionTaskCompletedevent corresponding to the decision task that resulted in theRequestCancelExternalWorkflowExecutiondecision for this cancellation request.TherunIdof the external workflow execution to be canceled.RequestCancelExternalWorkflowExecutionInitiatedEventAttributes.withWorkflowId(String workflowId) TheworkflowIdof the external workflow execution to be canceled.Methods in com.amazonaws.services.simpleworkflow.model with parameters of type RequestCancelExternalWorkflowExecutionInitiatedEventAttributesModifier and TypeMethodDescriptionvoidHistoryEvent.setRequestCancelExternalWorkflowExecutionInitiatedEventAttributes(RequestCancelExternalWorkflowExecutionInitiatedEventAttributes requestCancelExternalWorkflowExecutionInitiatedEventAttributes) If the event is of typeRequestCancelExternalWorkflowExecutionInitiatedthen this member is set and provides detailed information about the event.HistoryEvent.withRequestCancelExternalWorkflowExecutionInitiatedEventAttributes(RequestCancelExternalWorkflowExecutionInitiatedEventAttributes requestCancelExternalWorkflowExecutionInitiatedEventAttributes) If the event is of typeRequestCancelExternalWorkflowExecutionInitiatedthen this member is set and provides detailed information about the event.