| Package | Description | 
|---|---|
| com.amazonaws.services.simpleworkflow.model | 
| Modifier and Type | Method and Description | 
|---|---|
| WorkflowExecutionSignaledEventAttributes | WorkflowExecutionSignaledEventAttributes. clone() | 
| WorkflowExecutionSignaledEventAttributes | HistoryEvent. getWorkflowExecutionSignaledEventAttributes()
 If the event is of type  WorkflowExecutionSignaledthen this member is set and provides detailed
 information about the event. | 
| WorkflowExecutionSignaledEventAttributes | WorkflowExecutionSignaledEventAttributes. withExternalInitiatedEventId(Long externalInitiatedEventId)
 The ID of the  SignalExternalWorkflowExecutionInitiatedevent corresponding to theSignalExternalWorkflowdecision to signal this workflow execution.The source event with this ID can
 be found in the history of the source workflow execution. | 
| WorkflowExecutionSignaledEventAttributes | WorkflowExecutionSignaledEventAttributes. withExternalWorkflowExecution(WorkflowExecution externalWorkflowExecution)
 The workflow execution that sent the signal. | 
| WorkflowExecutionSignaledEventAttributes | WorkflowExecutionSignaledEventAttributes. withInput(String input)
 The inputs provided with the signal. | 
| WorkflowExecutionSignaledEventAttributes | WorkflowExecutionSignaledEventAttributes. withSignalName(String signalName)
 The name of the signal received. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | HistoryEvent. setWorkflowExecutionSignaledEventAttributes(WorkflowExecutionSignaledEventAttributes workflowExecutionSignaledEventAttributes)
 If the event is of type  WorkflowExecutionSignaledthen this member is set and provides detailed
 information about the event. | 
| HistoryEvent | HistoryEvent. withWorkflowExecutionSignaledEventAttributes(WorkflowExecutionSignaledEventAttributes workflowExecutionSignaledEventAttributes)
 If the event is of type  WorkflowExecutionSignaledthen this member is set and provides detailed
 information about the event. | 
Copyright © 2019. All rights reserved.