Uses of Class
com.amazonaws.services.simpleworkflow.model.CancelTimerFailedEventAttributes
Packages that use CancelTimerFailedEventAttributes
-
Uses of CancelTimerFailedEventAttributes in com.amazonaws.services.simpleworkflow.model
Methods in com.amazonaws.services.simpleworkflow.model that return CancelTimerFailedEventAttributesModifier and TypeMethodDescriptionCancelTimerFailedEventAttributes.clone()HistoryEvent.getCancelTimerFailedEventAttributes()If the event is of typeCancelTimerFailedthen this member is set and provides detailed information about the event.CancelTimerFailedEventAttributes.withCause(CancelTimerFailedCause cause) The cause of the failure.The cause of the failure.CancelTimerFailedEventAttributes.withDecisionTaskCompletedEventId(Long decisionTaskCompletedEventId) The ID of theDecisionTaskCompletedevent corresponding to the decision task that resulted in theCancelTimerdecision to cancel this timer.CancelTimerFailedEventAttributes.withTimerId(String timerId) The timerId provided in theCancelTimerdecision that failed.Methods in com.amazonaws.services.simpleworkflow.model with parameters of type CancelTimerFailedEventAttributesModifier and TypeMethodDescriptionvoidHistoryEvent.setCancelTimerFailedEventAttributes(CancelTimerFailedEventAttributes cancelTimerFailedEventAttributes) If the event is of typeCancelTimerFailedthen this member is set and provides detailed information about the event.HistoryEvent.withCancelTimerFailedEventAttributes(CancelTimerFailedEventAttributes cancelTimerFailedEventAttributes) If the event is of typeCancelTimerFailedthen this member is set and provides detailed information about the event.