Uses of Class
com.amazonaws.services.simpleworkflow.model.ActivityTaskTimedOutEventAttributes
Packages that use ActivityTaskTimedOutEventAttributes
-
Uses of ActivityTaskTimedOutEventAttributes in com.amazonaws.services.simpleworkflow.model
Methods in com.amazonaws.services.simpleworkflow.model that return ActivityTaskTimedOutEventAttributesModifier and TypeMethodDescriptionActivityTaskTimedOutEventAttributes.clone()
HistoryEvent.getActivityTaskTimedOutEventAttributes()
If the event is of typeActivityTaskTimedOut
then this member is set and provides detailed information about the event.ActivityTaskTimedOutEventAttributes.withDetails
(String details) Contains the content of thedetails
parameter for the last call made by the activity toRecordActivityTaskHeartbeat
.ActivityTaskTimedOutEventAttributes.withScheduledEventId
(Long scheduledEventId) The ID of theActivityTaskScheduled
event that was recorded when this activity task was scheduled.ActivityTaskTimedOutEventAttributes.withStartedEventId
(Long startedEventId) The ID of theActivityTaskStarted
event recorded when this activity task was started.ActivityTaskTimedOutEventAttributes.withTimeoutType
(ActivityTaskTimeoutType timeoutType) The type of the timeout that caused this event.ActivityTaskTimedOutEventAttributes.withTimeoutType
(String timeoutType) The type of the timeout that caused this event.Methods in com.amazonaws.services.simpleworkflow.model with parameters of type ActivityTaskTimedOutEventAttributesModifier and TypeMethodDescriptionvoid
HistoryEvent.setActivityTaskTimedOutEventAttributes
(ActivityTaskTimedOutEventAttributes activityTaskTimedOutEventAttributes) If the event is of typeActivityTaskTimedOut
then this member is set and provides detailed information about the event.HistoryEvent.withActivityTaskTimedOutEventAttributes
(ActivityTaskTimedOutEventAttributes activityTaskTimedOutEventAttributes) If the event is of typeActivityTaskTimedOut
then this member is set and provides detailed information about the event.