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

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

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

Methods in com.amazonaws.services.simpleworkflow.model that return StartTimerFailedEventAttributes
 StartTimerFailedEventAttributes HistoryEvent.getStartTimerFailedEventAttributes()
          If the event is of type StartTimerFailed then this member is set and provides detailed information about the event.
 StartTimerFailedEventAttributes StartTimerFailedEventAttributes.withCause(StartTimerFailedCause cause)
          The cause of the failure to process the decision.
 StartTimerFailedEventAttributes StartTimerFailedEventAttributes.withCause(String cause)
          The cause of the failure to process the decision.
 StartTimerFailedEventAttributes StartTimerFailedEventAttributes.withDecisionTaskCompletedEventId(Long decisionTaskCompletedEventId)
          The id of the DecisionTaskCompleted event corresponding to the decision task that resulted in the StartTimer decision for this activity task.
 StartTimerFailedEventAttributes StartTimerFailedEventAttributes.withTimerId(String timerId)
          The timerId provided in the StartTimer decision that failed.
 

Methods in com.amazonaws.services.simpleworkflow.model with parameters of type StartTimerFailedEventAttributes
 void HistoryEvent.setStartTimerFailedEventAttributes(StartTimerFailedEventAttributes startTimerFailedEventAttributes)
          If the event is of type StartTimerFailed then this member is set and provides detailed information about the event.
 HistoryEvent HistoryEvent.withStartTimerFailedEventAttributes(StartTimerFailedEventAttributes startTimerFailedEventAttributes)
          If the event is of type StartTimerFailed then this member is set and provides detailed information about the event.
 



Copyright © 2016. All rights reserved.