Uses of Class
com.amazonaws.services.simpleworkflow.model.ActivityTaskFailedEventAttributes

Packages that use ActivityTaskFailedEventAttributes
com.amazonaws.services.simpleworkflow.model Classes modeling the various types represented by AmazonSimpleWorkflow. 
 

Uses of ActivityTaskFailedEventAttributes in com.amazonaws.services.simpleworkflow.model
 

Methods in com.amazonaws.services.simpleworkflow.model that return ActivityTaskFailedEventAttributes
 ActivityTaskFailedEventAttributes HistoryEvent.getActivityTaskFailedEventAttributes()
          If the event is of type ActivityTaskFailed then this member is set and provides detailed information about the event.
 ActivityTaskFailedEventAttributes ActivityTaskFailedEventAttributes.withDetails(String details)
          The details of the failure (if any).
 ActivityTaskFailedEventAttributes ActivityTaskFailedEventAttributes.withReason(String reason)
          The reason provided for the failure (if any).
 ActivityTaskFailedEventAttributes ActivityTaskFailedEventAttributes.withScheduledEventId(Long scheduledEventId)
          The id of the ActivityTaskScheduled event that was recorded when this activity task was scheduled.
 ActivityTaskFailedEventAttributes ActivityTaskFailedEventAttributes.withStartedEventId(Long startedEventId)
          The Id of the ActivityTaskStarted event recorded when this activity task was started.
 

Methods in com.amazonaws.services.simpleworkflow.model with parameters of type ActivityTaskFailedEventAttributes
 void HistoryEvent.setActivityTaskFailedEventAttributes(ActivityTaskFailedEventAttributes activityTaskFailedEventAttributes)
          If the event is of type ActivityTaskFailed then this member is set and provides detailed information about the event.
 HistoryEvent HistoryEvent.withActivityTaskFailedEventAttributes(ActivityTaskFailedEventAttributes activityTaskFailedEventAttributes)
          If the event is of type ActivityTaskFailed then this member is set and provides detailed information about the event.
 



Copyright © 2016. All rights reserved.