Package | Description |
---|---|
com.amazonaws.services.simpleworkflow.model |
Classes modeling the various types represented by AmazonSimpleWorkflow.
|
Modifier and Type | Method and Description |
---|---|
DecisionTaskTimedOutEventAttributes |
HistoryEvent.getDecisionTaskTimedOutEventAttributes()
If the event is of type
DecisionTaskTimedOut then this
member is set and provides detailed information about the event. |
DecisionTaskTimedOutEventAttributes |
DecisionTaskTimedOutEventAttributes.withScheduledEventId(Long scheduledEventId)
The id of the
DecisionTaskScheduled event that was
recorded when this decision task was scheduled. |
DecisionTaskTimedOutEventAttributes |
DecisionTaskTimedOutEventAttributes.withStartedEventId(Long startedEventId)
The Id of the
DecisionTaskStarted event recorded when
this decision task was started. |
DecisionTaskTimedOutEventAttributes |
DecisionTaskTimedOutEventAttributes.withTimeoutType(DecisionTaskTimeoutType timeoutType)
The type of timeout that expired before the decision task could be
completed.
|
DecisionTaskTimedOutEventAttributes |
DecisionTaskTimedOutEventAttributes.withTimeoutType(String timeoutType)
The type of timeout that expired before the decision task could be
completed.
|
Modifier and Type | Method and Description |
---|---|
void |
HistoryEvent.setDecisionTaskTimedOutEventAttributes(DecisionTaskTimedOutEventAttributes decisionTaskTimedOutEventAttributes)
If the event is of type
DecisionTaskTimedOut then this
member is set and provides detailed information about the event. |
HistoryEvent |
HistoryEvent.withDecisionTaskTimedOutEventAttributes(DecisionTaskTimedOutEventAttributes decisionTaskTimedOutEventAttributes)
If the event is of type
DecisionTaskTimedOut then this
member is set and provides detailed information about the event. |
Copyright © 2014. All rights reserved.