Uses of Class
com.amazonaws.services.simpleworkflow.model.DecisionTaskCompletedEventAttributes
Packages that use DecisionTaskCompletedEventAttributes
-
Uses of DecisionTaskCompletedEventAttributes in com.amazonaws.services.simpleworkflow.model
Methods in com.amazonaws.services.simpleworkflow.model that return DecisionTaskCompletedEventAttributesModifier and TypeMethodDescriptionDecisionTaskCompletedEventAttributes.clone()
HistoryEvent.getDecisionTaskCompletedEventAttributes()
If the event is of typeDecisionTaskCompleted
then this member is set and provides detailed information about the event.DecisionTaskCompletedEventAttributes.withExecutionContext
(String executionContext) User defined context for the workflow execution.DecisionTaskCompletedEventAttributes.withScheduledEventId
(Long scheduledEventId) The ID of theDecisionTaskScheduled
event that was recorded when this decision task was scheduled.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 DecisionTaskCompletedEventAttributesModifier and TypeMethodDescriptionvoid
HistoryEvent.setDecisionTaskCompletedEventAttributes
(DecisionTaskCompletedEventAttributes decisionTaskCompletedEventAttributes) If the event is of typeDecisionTaskCompleted
then this member is set and provides detailed information about the event.HistoryEvent.withDecisionTaskCompletedEventAttributes
(DecisionTaskCompletedEventAttributes decisionTaskCompletedEventAttributes) If the event is of typeDecisionTaskCompleted
then this member is set and provides detailed information about the event.