Uses of Class
com.amazonaws.services.simpleworkflow.model.DecisionTaskCompletedEventAttributes

Packages that use DecisionTaskCompletedEventAttributes
com.amazonaws.services.simpleworkflow.model Classes modeling the various types represented by AmazonSimpleWorkflow. 
 

Uses of DecisionTaskCompletedEventAttributes in com.amazonaws.services.simpleworkflow.model
 

Methods in com.amazonaws.services.simpleworkflow.model that return DecisionTaskCompletedEventAttributes
 DecisionTaskCompletedEventAttributes HistoryEvent.getDecisionTaskCompletedEventAttributes()
          If the event is of type DecisionTaskCompleted 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 the DecisionTaskScheduled event that was recorded when this decision task was scheduled.
 DecisionTaskCompletedEventAttributes DecisionTaskCompletedEventAttributes.withStartedEventId(Long startedEventId)
          The Id of the DecisionTaskStarted event recorded when this decision task was started.
 

Methods in com.amazonaws.services.simpleworkflow.model with parameters of type DecisionTaskCompletedEventAttributes
 void HistoryEvent.setDecisionTaskCompletedEventAttributes(DecisionTaskCompletedEventAttributes decisionTaskCompletedEventAttributes)
          If the event is of type DecisionTaskCompleted then this member is set and provides detailed information about the event.
 HistoryEvent HistoryEvent.withDecisionTaskCompletedEventAttributes(DecisionTaskCompletedEventAttributes decisionTaskCompletedEventAttributes)
          If the event is of type DecisionTaskCompleted then this member is set and provides detailed information about the event.
 



Copyright © 2016. All rights reserved.