| Package | Description | 
|---|---|
| com.amazonaws.services.simpleworkflow.model | 
| Modifier and Type | Method and Description | 
|---|---|
| ActivityTaskTimedOutEventAttributes | ActivityTaskTimedOutEventAttributes. clone() | 
| ActivityTaskTimedOutEventAttributes | HistoryEvent. getActivityTaskTimedOutEventAttributes()
 If the event is of type  ActivityTaskTimedOutthen this member is set and provides detailed
 information about the event. | 
| ActivityTaskTimedOutEventAttributes | ActivityTaskTimedOutEventAttributes. withDetails(String details)
 Contains the content of the  detailsparameter for the last call made by the activity toRecordActivityTaskHeartbeat. | 
| ActivityTaskTimedOutEventAttributes | ActivityTaskTimedOutEventAttributes. withScheduledEventId(Long scheduledEventId)
 The ID of the  ActivityTaskScheduledevent that was recorded when this activity task was scheduled. | 
| ActivityTaskTimedOutEventAttributes | ActivityTaskTimedOutEventAttributes. withStartedEventId(Long startedEventId)
 The ID of the  ActivityTaskStartedevent 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | HistoryEvent. setActivityTaskTimedOutEventAttributes(ActivityTaskTimedOutEventAttributes activityTaskTimedOutEventAttributes)
 If the event is of type  ActivityTaskTimedOutthen this member is set and provides detailed
 information about the event. | 
| HistoryEvent | HistoryEvent. withActivityTaskTimedOutEventAttributes(ActivityTaskTimedOutEventAttributes activityTaskTimedOutEventAttributes)
 If the event is of type  ActivityTaskTimedOutthen this member is set and provides detailed
 information about the event. | 
Copyright © 2020. All rights reserved.