Uses of Class
com.amazonaws.services.simpleworkflow.model.ScheduleActivityTaskFailedEventAttributes
Packages that use ScheduleActivityTaskFailedEventAttributes
-
Uses of ScheduleActivityTaskFailedEventAttributes in com.amazonaws.services.simpleworkflow.model
Methods in com.amazonaws.services.simpleworkflow.model that return ScheduleActivityTaskFailedEventAttributesModifier and TypeMethodDescriptionScheduleActivityTaskFailedEventAttributes.clone()HistoryEvent.getScheduleActivityTaskFailedEventAttributes()If the event is of typeScheduleActivityTaskFailedthen this member is set and provides detailed information about the event.ScheduleActivityTaskFailedEventAttributes.withActivityId(String activityId) The activityId provided in theScheduleActivityTaskdecision that failed.ScheduleActivityTaskFailedEventAttributes.withActivityType(ActivityType activityType) The activity type provided in theScheduleActivityTaskdecision that failed.ScheduleActivityTaskFailedEventAttributes.withCause(ScheduleActivityTaskFailedCause cause) The cause of the failure.The cause of the failure.ScheduleActivityTaskFailedEventAttributes.withDecisionTaskCompletedEventId(Long decisionTaskCompletedEventId) The ID of theDecisionTaskCompletedevent corresponding to the decision that resulted in the scheduling of this activity task.Methods in com.amazonaws.services.simpleworkflow.model with parameters of type ScheduleActivityTaskFailedEventAttributesModifier and TypeMethodDescriptionvoidHistoryEvent.setScheduleActivityTaskFailedEventAttributes(ScheduleActivityTaskFailedEventAttributes scheduleActivityTaskFailedEventAttributes) If the event is of typeScheduleActivityTaskFailedthen this member is set and provides detailed information about the event.HistoryEvent.withScheduleActivityTaskFailedEventAttributes(ScheduleActivityTaskFailedEventAttributes scheduleActivityTaskFailedEventAttributes) If the event is of typeScheduleActivityTaskFailedthen this member is set and provides detailed information about the event.