Uses of Class
com.amazonaws.services.simpleworkflow.model.DecisionTaskCompletedEventAttributes
-
Packages that use DecisionTaskCompletedEventAttributes Package Description com.amazonaws.services.simpleworkflow.model -
-
Uses of DecisionTaskCompletedEventAttributes in com.amazonaws.services.simpleworkflow.model
Methods in com.amazonaws.services.simpleworkflow.model that return DecisionTaskCompletedEventAttributes Modifier and Type Method Description DecisionTaskCompletedEventAttributes
DecisionTaskCompletedEventAttributes. clone()
DecisionTaskCompletedEventAttributes
HistoryEvent. getDecisionTaskCompletedEventAttributes()
If the event is of typeDecisionTaskCompleted
then this member is set and provides detailed information about the event.DecisionTaskCompletedEventAttributes
DecisionTaskCompletedEventAttributes. withExecutionContext(String executionContext)
User defined context for the workflow execution.DecisionTaskCompletedEventAttributes
DecisionTaskCompletedEventAttributes. withScheduledEventId(Long scheduledEventId)
The ID of theDecisionTaskScheduled
event that was recorded when this decision task was scheduled.DecisionTaskCompletedEventAttributes
DecisionTaskCompletedEventAttributes. withStartedEventId(Long startedEventId)
The ID of theDecisionTaskStarted
event recorded when this decision task was started.Methods in com.amazonaws.services.simpleworkflow.model with parameters of type DecisionTaskCompletedEventAttributes Modifier and Type Method Description void
HistoryEvent. setDecisionTaskCompletedEventAttributes(DecisionTaskCompletedEventAttributes decisionTaskCompletedEventAttributes)
If the event is of typeDecisionTaskCompleted
then this member is set and provides detailed information about the event.HistoryEvent
HistoryEvent. withDecisionTaskCompletedEventAttributes(DecisionTaskCompletedEventAttributes decisionTaskCompletedEventAttributes)
If the event is of typeDecisionTaskCompleted
then this member is set and provides detailed information about the event.
-