Uses of Class
com.amazonaws.services.simpleworkflow.model.StartTimerFailedEventAttributes
-
Packages that use StartTimerFailedEventAttributes Package Description com.amazonaws.services.simpleworkflow.model -
-
Uses of StartTimerFailedEventAttributes in com.amazonaws.services.simpleworkflow.model
Methods in com.amazonaws.services.simpleworkflow.model that return StartTimerFailedEventAttributes Modifier and Type Method Description StartTimerFailedEventAttributes
StartTimerFailedEventAttributes. clone()
StartTimerFailedEventAttributes
HistoryEvent. getStartTimerFailedEventAttributes()
If the event is of typeStartTimerFailed
then this member is set and provides detailed information about the event.StartTimerFailedEventAttributes
StartTimerFailedEventAttributes. withCause(StartTimerFailedCause cause)
The cause of the failure.StartTimerFailedEventAttributes
StartTimerFailedEventAttributes. withCause(String cause)
The cause of the failure.StartTimerFailedEventAttributes
StartTimerFailedEventAttributes. withDecisionTaskCompletedEventId(Long decisionTaskCompletedEventId)
The ID of theDecisionTaskCompleted
event corresponding to the decision task that resulted in theStartTimer
decision for this activity task.StartTimerFailedEventAttributes
StartTimerFailedEventAttributes. withTimerId(String timerId)
The timerId provided in theStartTimer
decision that failed.Methods in com.amazonaws.services.simpleworkflow.model with parameters of type StartTimerFailedEventAttributes Modifier and Type Method Description void
HistoryEvent. setStartTimerFailedEventAttributes(StartTimerFailedEventAttributes startTimerFailedEventAttributes)
If the event is of typeStartTimerFailed
then this member is set and provides detailed information about the event.HistoryEvent
HistoryEvent. withStartTimerFailedEventAttributes(StartTimerFailedEventAttributes startTimerFailedEventAttributes)
If the event is of typeStartTimerFailed
then this member is set and provides detailed information about the event.
-