Uses of Class
com.amazonaws.services.simpleworkflow.model.ExternalWorkflowExecutionSignaledEventAttributes
-
Packages that use ExternalWorkflowExecutionSignaledEventAttributes Package Description com.amazonaws.services.simpleworkflow.model -
-
Uses of ExternalWorkflowExecutionSignaledEventAttributes in com.amazonaws.services.simpleworkflow.model
Methods in com.amazonaws.services.simpleworkflow.model that return ExternalWorkflowExecutionSignaledEventAttributes Modifier and Type Method Description ExternalWorkflowExecutionSignaledEventAttributesExternalWorkflowExecutionSignaledEventAttributes. clone()ExternalWorkflowExecutionSignaledEventAttributesHistoryEvent. getExternalWorkflowExecutionSignaledEventAttributes()If the event is of typeExternalWorkflowExecutionSignaledthen this member is set and provides detailed information about the event.ExternalWorkflowExecutionSignaledEventAttributesExternalWorkflowExecutionSignaledEventAttributes. withInitiatedEventId(Long initiatedEventId)The ID of theSignalExternalWorkflowExecutionInitiatedevent corresponding to theSignalExternalWorkflowExecutiondecision to request this signal.ExternalWorkflowExecutionSignaledEventAttributesExternalWorkflowExecutionSignaledEventAttributes. withWorkflowExecution(WorkflowExecution workflowExecution)The external workflow execution that the signal was delivered to.Methods in com.amazonaws.services.simpleworkflow.model with parameters of type ExternalWorkflowExecutionSignaledEventAttributes Modifier and Type Method Description voidHistoryEvent. setExternalWorkflowExecutionSignaledEventAttributes(ExternalWorkflowExecutionSignaledEventAttributes externalWorkflowExecutionSignaledEventAttributes)If the event is of typeExternalWorkflowExecutionSignaledthen this member is set and provides detailed information about the event.HistoryEventHistoryEvent. withExternalWorkflowExecutionSignaledEventAttributes(ExternalWorkflowExecutionSignaledEventAttributes externalWorkflowExecutionSignaledEventAttributes)If the event is of typeExternalWorkflowExecutionSignaledthen this member is set and provides detailed information about the event.
-