Uses of Class
com.amazonaws.services.simpleworkflow.model.ActivityTaskFailedEventAttributes
-
Packages that use ActivityTaskFailedEventAttributes Package Description com.amazonaws.services.simpleworkflow.model -
-
Uses of ActivityTaskFailedEventAttributes in com.amazonaws.services.simpleworkflow.model
Methods in com.amazonaws.services.simpleworkflow.model that return ActivityTaskFailedEventAttributes Modifier and Type Method Description ActivityTaskFailedEventAttributesActivityTaskFailedEventAttributes. clone()ActivityTaskFailedEventAttributesHistoryEvent. getActivityTaskFailedEventAttributes()If the event is of typeActivityTaskFailedthen this member is set and provides detailed information about the event.ActivityTaskFailedEventAttributesActivityTaskFailedEventAttributes. withDetails(String details)The details of the failure (if any).ActivityTaskFailedEventAttributesActivityTaskFailedEventAttributes. withReason(String reason)The reason provided for the failure (if any).ActivityTaskFailedEventAttributesActivityTaskFailedEventAttributes. withScheduledEventId(Long scheduledEventId)The ID of theActivityTaskScheduledevent that was recorded when this activity task was scheduled.ActivityTaskFailedEventAttributesActivityTaskFailedEventAttributes. withStartedEventId(Long startedEventId)The ID of theActivityTaskStartedevent recorded when this activity task was started.Methods in com.amazonaws.services.simpleworkflow.model with parameters of type ActivityTaskFailedEventAttributes Modifier and Type Method Description voidHistoryEvent. setActivityTaskFailedEventAttributes(ActivityTaskFailedEventAttributes activityTaskFailedEventAttributes)If the event is of typeActivityTaskFailedthen this member is set and provides detailed information about the event.HistoryEventHistoryEvent. withActivityTaskFailedEventAttributes(ActivityTaskFailedEventAttributes activityTaskFailedEventAttributes)If the event is of typeActivityTaskFailedthen this member is set and provides detailed information about the event.
-