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 typeScheduleActivityTaskFailed
then this member is set and provides detailed information about the event.ScheduleActivityTaskFailedEventAttributes.withActivityId
(String activityId) The activityId provided in theScheduleActivityTask
decision that failed.ScheduleActivityTaskFailedEventAttributes.withActivityType
(ActivityType activityType) The activity type provided in theScheduleActivityTask
decision that failed.ScheduleActivityTaskFailedEventAttributes.withCause
(ScheduleActivityTaskFailedCause cause) The cause of the failure.The cause of the failure.ScheduleActivityTaskFailedEventAttributes.withDecisionTaskCompletedEventId
(Long decisionTaskCompletedEventId) The ID of theDecisionTaskCompleted
event 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 TypeMethodDescriptionvoid
HistoryEvent.setScheduleActivityTaskFailedEventAttributes
(ScheduleActivityTaskFailedEventAttributes scheduleActivityTaskFailedEventAttributes) If the event is of typeScheduleActivityTaskFailed
then this member is set and provides detailed information about the event.HistoryEvent.withScheduleActivityTaskFailedEventAttributes
(ScheduleActivityTaskFailedEventAttributes scheduleActivityTaskFailedEventAttributes) If the event is of typeScheduleActivityTaskFailed
then this member is set and provides detailed information about the event.