Uses of Class
com.amazonaws.services.simpleworkflow.model.SignalExternalWorkflowExecutionInitiatedEventAttributes
Packages that use SignalExternalWorkflowExecutionInitiatedEventAttributes
-
Uses of SignalExternalWorkflowExecutionInitiatedEventAttributes in com.amazonaws.services.simpleworkflow.model
Methods in com.amazonaws.services.simpleworkflow.model that return SignalExternalWorkflowExecutionInitiatedEventAttributesModifier and TypeMethodDescriptionSignalExternalWorkflowExecutionInitiatedEventAttributes.clone()HistoryEvent.getSignalExternalWorkflowExecutionInitiatedEventAttributes()If the event is of typeSignalExternalWorkflowExecutionInitiatedthen this member is set and provides detailed information about the event.SignalExternalWorkflowExecutionInitiatedEventAttributes.withControl(String control) Optional. data attached to the event that can be used by the decider in subsequent decision tasks.SignalExternalWorkflowExecutionInitiatedEventAttributes.withDecisionTaskCompletedEventId(Long decisionTaskCompletedEventId) The ID of theDecisionTaskCompletedevent corresponding to the decision task that resulted in theSignalExternalWorkflowExecutiondecision for this signal.Input provided to the signal (if any).TherunIdof the external workflow execution to send the signal to.SignalExternalWorkflowExecutionInitiatedEventAttributes.withSignalName(String signalName) The name of the signal.SignalExternalWorkflowExecutionInitiatedEventAttributes.withWorkflowId(String workflowId) TheworkflowIdof the external workflow execution.Methods in com.amazonaws.services.simpleworkflow.model with parameters of type SignalExternalWorkflowExecutionInitiatedEventAttributesModifier and TypeMethodDescriptionvoidHistoryEvent.setSignalExternalWorkflowExecutionInitiatedEventAttributes(SignalExternalWorkflowExecutionInitiatedEventAttributes signalExternalWorkflowExecutionInitiatedEventAttributes) If the event is of typeSignalExternalWorkflowExecutionInitiatedthen this member is set and provides detailed information about the event.HistoryEvent.withSignalExternalWorkflowExecutionInitiatedEventAttributes(SignalExternalWorkflowExecutionInitiatedEventAttributes signalExternalWorkflowExecutionInitiatedEventAttributes) If the event is of typeSignalExternalWorkflowExecutionInitiatedthen this member is set and provides detailed information about the event.