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 typeDecisionTaskCompletedthen 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 theDecisionTaskScheduledevent that was recorded when this decision task was scheduled.DecisionTaskCompletedEventAttributes.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 DecisionTaskCompletedEventAttributesModifier and TypeMethodDescriptionvoidHistoryEvent.setDecisionTaskCompletedEventAttributes(DecisionTaskCompletedEventAttributes decisionTaskCompletedEventAttributes) If the event is of typeDecisionTaskCompletedthen this member is set and provides detailed information about the event.HistoryEvent.withDecisionTaskCompletedEventAttributes(DecisionTaskCompletedEventAttributes decisionTaskCompletedEventAttributes) If the event is of typeDecisionTaskCompletedthen this member is set and provides detailed information about the event.