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 DecisionTaskCompletedEventAttributesDecisionTaskCompletedEventAttributes. clone()DecisionTaskCompletedEventAttributesHistoryEvent. getDecisionTaskCompletedEventAttributes()If the event is of typeDecisionTaskCompletedthen this member is set and provides detailed information about the event.DecisionTaskCompletedEventAttributesDecisionTaskCompletedEventAttributes. withExecutionContext(String executionContext)User defined context for the workflow execution.DecisionTaskCompletedEventAttributesDecisionTaskCompletedEventAttributes. withScheduledEventId(Long scheduledEventId)The ID of theDecisionTaskScheduledevent that was recorded when this decision task was scheduled.DecisionTaskCompletedEventAttributesDecisionTaskCompletedEventAttributes. withStartedEventId(Long startedEventId)The ID of theDecisionTaskStartedevent recorded when this decision task was started.Methods in com.amazonaws.services.simpleworkflow.model with parameters of type DecisionTaskCompletedEventAttributes Modifier and Type Method Description voidHistoryEvent. setDecisionTaskCompletedEventAttributes(DecisionTaskCompletedEventAttributes decisionTaskCompletedEventAttributes)If the event is of typeDecisionTaskCompletedthen this member is set and provides detailed information about the event.HistoryEventHistoryEvent. withDecisionTaskCompletedEventAttributes(DecisionTaskCompletedEventAttributes decisionTaskCompletedEventAttributes)If the event is of typeDecisionTaskCompletedthen this member is set and provides detailed information about the event.
-