| Package | Description | 
|---|---|
| com.amazonaws.services.simpleworkflow.model | 
| Modifier and Type | Method and Description | 
|---|---|
ScheduleActivityTaskFailedEventAttributes | 
ScheduleActivityTaskFailedEventAttributes.clone()  | 
ScheduleActivityTaskFailedEventAttributes | 
HistoryEvent.getScheduleActivityTaskFailedEventAttributes()
 If the event is of type  
ScheduleActivityTaskFailed then this member is set and provides detailed
 information about the event. | 
ScheduleActivityTaskFailedEventAttributes | 
ScheduleActivityTaskFailedEventAttributes.withActivityId(String activityId)
 The activityId provided in the  
ScheduleActivityTask decision that failed. | 
ScheduleActivityTaskFailedEventAttributes | 
ScheduleActivityTaskFailedEventAttributes.withActivityType(ActivityType activityType)
 The activity type provided in the  
ScheduleActivityTask decision that failed. | 
ScheduleActivityTaskFailedEventAttributes | 
ScheduleActivityTaskFailedEventAttributes.withCause(ScheduleActivityTaskFailedCause cause)
 The cause of the failure. 
 | 
ScheduleActivityTaskFailedEventAttributes | 
ScheduleActivityTaskFailedEventAttributes.withCause(String cause)
 The cause of the failure. 
 | 
ScheduleActivityTaskFailedEventAttributes | 
ScheduleActivityTaskFailedEventAttributes.withDecisionTaskCompletedEventId(Long decisionTaskCompletedEventId)
 The ID of the  
DecisionTaskCompleted event corresponding to the decision that resulted in the
 scheduling of this activity task. | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
HistoryEvent.setScheduleActivityTaskFailedEventAttributes(ScheduleActivityTaskFailedEventAttributes scheduleActivityTaskFailedEventAttributes)
 If the event is of type  
ScheduleActivityTaskFailed then this member is set and provides detailed
 information about the event. | 
HistoryEvent | 
HistoryEvent.withScheduleActivityTaskFailedEventAttributes(ScheduleActivityTaskFailedEventAttributes scheduleActivityTaskFailedEventAttributes)
 If the event is of type  
ScheduleActivityTaskFailed then this member is set and provides detailed
 information about the event. | 
Copyright © 2023. All rights reserved.