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 StartTimerFailedEventAttributesStartTimerFailedEventAttributes. clone()StartTimerFailedEventAttributesHistoryEvent. getStartTimerFailedEventAttributes()If the event is of typeStartTimerFailedthen this member is set and provides detailed information about the event.StartTimerFailedEventAttributesStartTimerFailedEventAttributes. withCause(StartTimerFailedCause cause)The cause of the failure.StartTimerFailedEventAttributesStartTimerFailedEventAttributes. withCause(String cause)The cause of the failure.StartTimerFailedEventAttributesStartTimerFailedEventAttributes. withDecisionTaskCompletedEventId(Long decisionTaskCompletedEventId)The ID of theDecisionTaskCompletedevent corresponding to the decision task that resulted in theStartTimerdecision for this activity task.StartTimerFailedEventAttributesStartTimerFailedEventAttributes. withTimerId(String timerId)The timerId provided in theStartTimerdecision that failed.Methods in com.amazonaws.services.simpleworkflow.model with parameters of type StartTimerFailedEventAttributes Modifier and Type Method Description voidHistoryEvent. setStartTimerFailedEventAttributes(StartTimerFailedEventAttributes startTimerFailedEventAttributes)If the event is of typeStartTimerFailedthen this member is set and provides detailed information about the event.HistoryEventHistoryEvent. withStartTimerFailedEventAttributes(StartTimerFailedEventAttributes startTimerFailedEventAttributes)If the event is of typeStartTimerFailedthen this member is set and provides detailed information about the event.
-