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 typeActivityTaskTimedOutthen this member is set and provides detailed information about the event.ActivityTaskTimedOutEventAttributes.withDetails(String details) Contains the content of thedetailsparameter for the last call made by the activity toRecordActivityTaskHeartbeat.ActivityTaskTimedOutEventAttributes.withScheduledEventId(Long scheduledEventId) The ID of theActivityTaskScheduledevent that was recorded when this activity task was scheduled.ActivityTaskTimedOutEventAttributes.withStartedEventId(Long startedEventId) The ID of theActivityTaskStartedevent 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 TypeMethodDescriptionvoidHistoryEvent.setActivityTaskTimedOutEventAttributes(ActivityTaskTimedOutEventAttributes activityTaskTimedOutEventAttributes) If the event is of typeActivityTaskTimedOutthen this member is set and provides detailed information about the event.HistoryEvent.withActivityTaskTimedOutEventAttributes(ActivityTaskTimedOutEventAttributes activityTaskTimedOutEventAttributes) If the event is of typeActivityTaskTimedOutthen this member is set and provides detailed information about the event.