Uses of Class
com.amazonaws.services.simpleworkflow.model.ExternalWorkflowExecutionSignaledEventAttributes
Packages that use ExternalWorkflowExecutionSignaledEventAttributes
-
Uses of ExternalWorkflowExecutionSignaledEventAttributes in com.amazonaws.services.simpleworkflow.model
Methods in com.amazonaws.services.simpleworkflow.model that return ExternalWorkflowExecutionSignaledEventAttributesModifier and TypeMethodDescriptionExternalWorkflowExecutionSignaledEventAttributes.clone()
HistoryEvent.getExternalWorkflowExecutionSignaledEventAttributes()
If the event is of typeExternalWorkflowExecutionSignaled
then this member is set and provides detailed information about the event.ExternalWorkflowExecutionSignaledEventAttributes.withInitiatedEventId
(Long initiatedEventId) The ID of theSignalExternalWorkflowExecutionInitiated
event corresponding to theSignalExternalWorkflowExecution
decision to request this signal.ExternalWorkflowExecutionSignaledEventAttributes.withWorkflowExecution
(WorkflowExecution workflowExecution) The external workflow execution that the signal was delivered to.Methods in com.amazonaws.services.simpleworkflow.model with parameters of type ExternalWorkflowExecutionSignaledEventAttributesModifier and TypeMethodDescriptionvoid
HistoryEvent.setExternalWorkflowExecutionSignaledEventAttributes
(ExternalWorkflowExecutionSignaledEventAttributes externalWorkflowExecutionSignaledEventAttributes) If the event is of typeExternalWorkflowExecutionSignaled
then this member is set and provides detailed information about the event.HistoryEvent.withExternalWorkflowExecutionSignaledEventAttributes
(ExternalWorkflowExecutionSignaledEventAttributes externalWorkflowExecutionSignaledEventAttributes) If the event is of typeExternalWorkflowExecutionSignaled
then this member is set and provides detailed information about the event.