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

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

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

Methods in com.amazonaws.services.simpleworkflow.model that return CancelTimerFailedEventAttributes
 CancelTimerFailedEventAttributes HistoryEvent.getCancelTimerFailedEventAttributes()
          If the event is of type CancelTimerFailed then this member is set and provides detailed information about the event.
 CancelTimerFailedEventAttributes CancelTimerFailedEventAttributes.withCause(CancelTimerFailedCause cause)
          The cause of the failure to process the decision.
 CancelTimerFailedEventAttributes CancelTimerFailedEventAttributes.withCause(String cause)
          The cause of the failure to process the decision.
 CancelTimerFailedEventAttributes CancelTimerFailedEventAttributes.withDecisionTaskCompletedEventId(Long decisionTaskCompletedEventId)
          The id of the DecisionTaskCompleted event corresponding to the decision task that resulted in the CancelTimer decision to cancel this timer.
 CancelTimerFailedEventAttributes CancelTimerFailedEventAttributes.withTimerId(String timerId)
          The timerId provided in the CancelTimer decision that failed.
 

Methods in com.amazonaws.services.simpleworkflow.model with parameters of type CancelTimerFailedEventAttributes
 void HistoryEvent.setCancelTimerFailedEventAttributes(CancelTimerFailedEventAttributes cancelTimerFailedEventAttributes)
          If the event is of type CancelTimerFailed then this member is set and provides detailed information about the event.
 HistoryEvent HistoryEvent.withCancelTimerFailedEventAttributes(CancelTimerFailedEventAttributes cancelTimerFailedEventAttributes)
          If the event is of type CancelTimerFailed then this member is set and provides detailed information about the event.
 



Copyright © 2016. All rights reserved.