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 CancelTimerFailedEventAttributesCancelTimerFailedEventAttributes. clone()CancelTimerFailedEventAttributesHistoryEvent. getCancelTimerFailedEventAttributes()If the event is of typeCancelTimerFailedthen this member is set and provides detailed information about the event.CancelTimerFailedEventAttributesCancelTimerFailedEventAttributes. withCause(CancelTimerFailedCause cause)The cause of the failure.CancelTimerFailedEventAttributesCancelTimerFailedEventAttributes. withCause(String cause)The cause of the failure.CancelTimerFailedEventAttributesCancelTimerFailedEventAttributes. withDecisionTaskCompletedEventId(Long decisionTaskCompletedEventId)The ID of theDecisionTaskCompletedevent corresponding to the decision task that resulted in theCancelTimerdecision to cancel this timer.CancelTimerFailedEventAttributesCancelTimerFailedEventAttributes. withTimerId(String timerId)The timerId provided in theCancelTimerdecision that failed.Methods in com.amazonaws.services.simpleworkflow.model with parameters of type CancelTimerFailedEventAttributes Modifier and Type Method Description voidHistoryEvent. setCancelTimerFailedEventAttributes(CancelTimerFailedEventAttributes cancelTimerFailedEventAttributes)If the event is of typeCancelTimerFailedthen this member is set and provides detailed information about the event.HistoryEventHistoryEvent. withCancelTimerFailedEventAttributes(CancelTimerFailedEventAttributes cancelTimerFailedEventAttributes)If the event is of typeCancelTimerFailedthen this member is set and provides detailed information about the event.
-