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

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

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

Methods in com.amazonaws.services.simpleworkflow.model that return DecisionTaskStartedEventAttributes
 DecisionTaskStartedEventAttributes HistoryEvent.getDecisionTaskStartedEventAttributes()
          If the event is of type DecisionTaskStarted then this member is set and provides detailed information about the event.
 DecisionTaskStartedEventAttributes DecisionTaskStartedEventAttributes.withIdentity(String identity)
          Identity of the decider making the request.
 DecisionTaskStartedEventAttributes DecisionTaskStartedEventAttributes.withScheduledEventId(Long scheduledEventId)
          The id of the DecisionTaskScheduled event that was recorded when this decision task was scheduled.
 

Methods in com.amazonaws.services.simpleworkflow.model with parameters of type DecisionTaskStartedEventAttributes
 void HistoryEvent.setDecisionTaskStartedEventAttributes(DecisionTaskStartedEventAttributes decisionTaskStartedEventAttributes)
          If the event is of type DecisionTaskStarted then this member is set and provides detailed information about the event.
 HistoryEvent HistoryEvent.withDecisionTaskStartedEventAttributes(DecisionTaskStartedEventAttributes decisionTaskStartedEventAttributes)
          If the event is of type DecisionTaskStarted then this member is set and provides detailed information about the event.
 



Copyright © 2016. All rights reserved.