|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ActivityTaskTimedOutEventAttributes | |
---|---|
com.amazonaws.services.simpleworkflow.model | Classes modeling the various types represented by AmazonSimpleWorkflow. |
Uses of ActivityTaskTimedOutEventAttributes in com.amazonaws.services.simpleworkflow.model |
---|
Methods in com.amazonaws.services.simpleworkflow.model that return ActivityTaskTimedOutEventAttributes | |
---|---|
ActivityTaskTimedOutEventAttributes |
HistoryEvent.getActivityTaskTimedOutEventAttributes()
If the event is of type ActivityTaskTimedOut then this
member is set and provides detailed information about the event. |
ActivityTaskTimedOutEventAttributes |
ActivityTaskTimedOutEventAttributes.withDetails(String details)
Contains the content of the details parameter for the
last call made by the activity to
RecordActivityTaskHeartbeat . |
ActivityTaskTimedOutEventAttributes |
ActivityTaskTimedOutEventAttributes.withScheduledEventId(Long scheduledEventId)
The id of the ActivityTaskScheduled event that was
recorded when this activity task was scheduled. |
ActivityTaskTimedOutEventAttributes |
ActivityTaskTimedOutEventAttributes.withStartedEventId(Long startedEventId)
The Id of the ActivityTaskStarted event recorded when
this activity task was started. |
ActivityTaskTimedOutEventAttributes |
ActivityTaskTimedOutEventAttributes.withTimeoutType(ActivityTaskTimeoutType timeoutType)
The type of the timeout that caused this event. |
ActivityTaskTimedOutEventAttributes |
ActivityTaskTimedOutEventAttributes.withTimeoutType(String timeoutType)
The type of the timeout that caused this event. |
Methods in com.amazonaws.services.simpleworkflow.model with parameters of type ActivityTaskTimedOutEventAttributes | |
---|---|
void |
HistoryEvent.setActivityTaskTimedOutEventAttributes(ActivityTaskTimedOutEventAttributes activityTaskTimedOutEventAttributes)
If the event is of type ActivityTaskTimedOut then this
member is set and provides detailed information about the event. |
HistoryEvent |
HistoryEvent.withActivityTaskTimedOutEventAttributes(ActivityTaskTimedOutEventAttributes activityTaskTimedOutEventAttributes)
If the event is of type ActivityTaskTimedOut then this
member is set and provides detailed information about the event. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |