Uses of Class
com.amazonaws.services.simpleworkflow.model.DecisionTaskTimedOutEventAttributes
Packages that use DecisionTaskTimedOutEventAttributes
-
Uses of DecisionTaskTimedOutEventAttributes in com.amazonaws.services.simpleworkflow.model
Methods in com.amazonaws.services.simpleworkflow.model that return DecisionTaskTimedOutEventAttributesModifier and TypeMethodDescriptionDecisionTaskTimedOutEventAttributes.clone()
HistoryEvent.getDecisionTaskTimedOutEventAttributes()
If the event is of typeDecisionTaskTimedOut
then this member is set and provides detailed information about the event.DecisionTaskTimedOutEventAttributes.withScheduledEventId
(Long scheduledEventId) The ID of theDecisionTaskScheduled
event that was recorded when this decision task was scheduled.DecisionTaskTimedOutEventAttributes.withStartedEventId
(Long startedEventId) The ID of theDecisionTaskStarted
event recorded when this decision task was started.DecisionTaskTimedOutEventAttributes.withTimeoutType
(DecisionTaskTimeoutType timeoutType) The type of timeout that expired before the decision task could be completed.DecisionTaskTimedOutEventAttributes.withTimeoutType
(String timeoutType) The type of timeout that expired before the decision task could be completed.Methods in com.amazonaws.services.simpleworkflow.model with parameters of type DecisionTaskTimedOutEventAttributesModifier and TypeMethodDescriptionvoid
HistoryEvent.setDecisionTaskTimedOutEventAttributes
(DecisionTaskTimedOutEventAttributes decisionTaskTimedOutEventAttributes) If the event is of typeDecisionTaskTimedOut
then this member is set and provides detailed information about the event.HistoryEvent.withDecisionTaskTimedOutEventAttributes
(DecisionTaskTimedOutEventAttributes decisionTaskTimedOutEventAttributes) If the event is of typeDecisionTaskTimedOut
then this member is set and provides detailed information about the event.