Uses of Class
com.amazonaws.services.simpleworkflow.model.ActivityTaskFailedEventAttributes
Packages that use ActivityTaskFailedEventAttributes
-
Uses of ActivityTaskFailedEventAttributes in com.amazonaws.services.simpleworkflow.model
Methods in com.amazonaws.services.simpleworkflow.model that return ActivityTaskFailedEventAttributesModifier and TypeMethodDescriptionActivityTaskFailedEventAttributes.clone()
HistoryEvent.getActivityTaskFailedEventAttributes()
If the event is of typeActivityTaskFailed
then this member is set and provides detailed information about the event.ActivityTaskFailedEventAttributes.withDetails
(String details) The details of the failure (if any).ActivityTaskFailedEventAttributes.withReason
(String reason) The reason provided for the failure (if any).ActivityTaskFailedEventAttributes.withScheduledEventId
(Long scheduledEventId) The ID of theActivityTaskScheduled
event that was recorded when this activity task was scheduled.ActivityTaskFailedEventAttributes.withStartedEventId
(Long startedEventId) The ID of theActivityTaskStarted
event recorded when this activity task was started.Methods in com.amazonaws.services.simpleworkflow.model with parameters of type ActivityTaskFailedEventAttributesModifier and TypeMethodDescriptionvoid
HistoryEvent.setActivityTaskFailedEventAttributes
(ActivityTaskFailedEventAttributes activityTaskFailedEventAttributes) If the event is of typeActivityTaskFailed
then this member is set and provides detailed information about the event.HistoryEvent.withActivityTaskFailedEventAttributes
(ActivityTaskFailedEventAttributes activityTaskFailedEventAttributes) If the event is of typeActivityTaskFailed
then this member is set and provides detailed information about the event.