Uses of Class
com.amazonaws.services.simpleworkflow.model.CancelTimerFailedEventAttributes
-
Packages that use CancelTimerFailedEventAttributes Package Description com.amazonaws.services.simpleworkflow.model -
-
Uses of CancelTimerFailedEventAttributes in com.amazonaws.services.simpleworkflow.model
Methods in com.amazonaws.services.simpleworkflow.model that return CancelTimerFailedEventAttributes Modifier and Type Method Description CancelTimerFailedEventAttributes
CancelTimerFailedEventAttributes. clone()
CancelTimerFailedEventAttributes
HistoryEvent. getCancelTimerFailedEventAttributes()
If the event is of typeCancelTimerFailed
then this member is set and provides detailed information about the event.CancelTimerFailedEventAttributes
CancelTimerFailedEventAttributes. withCause(CancelTimerFailedCause cause)
The cause of the failure.CancelTimerFailedEventAttributes
CancelTimerFailedEventAttributes. withCause(String cause)
The cause of the failure.CancelTimerFailedEventAttributes
CancelTimerFailedEventAttributes. withDecisionTaskCompletedEventId(Long decisionTaskCompletedEventId)
The ID of theDecisionTaskCompleted
event corresponding to the decision task that resulted in theCancelTimer
decision to cancel this timer.CancelTimerFailedEventAttributes
CancelTimerFailedEventAttributes. withTimerId(String timerId)
The timerId provided in theCancelTimer
decision that failed.Methods in com.amazonaws.services.simpleworkflow.model with parameters of type CancelTimerFailedEventAttributes Modifier and Type Method Description void
HistoryEvent. setCancelTimerFailedEventAttributes(CancelTimerFailedEventAttributes cancelTimerFailedEventAttributes)
If the event is of typeCancelTimerFailed
then this member is set and provides detailed information about the event.HistoryEvent
HistoryEvent. withCancelTimerFailedEventAttributes(CancelTimerFailedEventAttributes cancelTimerFailedEventAttributes)
If the event is of typeCancelTimerFailed
then this member is set and provides detailed information about the event.
-