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

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

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

Methods in com.amazonaws.services.simpleworkflow.model that return DecisionTaskTimedOutEventAttributes
 DecisionTaskTimedOutEventAttributes HistoryEvent.getDecisionTaskTimedOutEventAttributes()
          If the event is of type DecisionTaskTimedOut then this member is set and provides detailed information about the event.
 DecisionTaskTimedOutEventAttributes DecisionTaskTimedOutEventAttributes.withScheduledEventId(Long scheduledEventId)
          The id of the DecisionTaskScheduled event that was recorded when this decision task was scheduled.
 DecisionTaskTimedOutEventAttributes DecisionTaskTimedOutEventAttributes.withStartedEventId(Long startedEventId)
          The Id of the DecisionTaskStarted event recorded when this decision task was started.
 DecisionTaskTimedOutEventAttributes DecisionTaskTimedOutEventAttributes.withTimeoutType(DecisionTaskTimeoutType timeoutType)
          The type of timeout that expired before the decision task could be completed.
 DecisionTaskTimedOutEventAttributes DecisionTaskTimedOutEventAttributes.withTimeoutType(String timeoutType)
          The type of timeout that expired before the decision task could be completed.
 

Methods in com.amazonaws.services.simpleworkflow.model with parameters of type DecisionTaskTimedOutEventAttributes
 void HistoryEvent.setDecisionTaskTimedOutEventAttributes(DecisionTaskTimedOutEventAttributes decisionTaskTimedOutEventAttributes)
          If the event is of type DecisionTaskTimedOut then this member is set and provides detailed information about the event.
 HistoryEvent HistoryEvent.withDecisionTaskTimedOutEventAttributes(DecisionTaskTimedOutEventAttributes decisionTaskTimedOutEventAttributes)
          If the event is of type DecisionTaskTimedOut then this member is set and provides detailed information about the event.
 



Copyright © 2016. All rights reserved.