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

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

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

Methods in com.amazonaws.services.simpleworkflow.model that return ActivityTaskStartedEventAttributes
 ActivityTaskStartedEventAttributes HistoryEvent.getActivityTaskStartedEventAttributes()
          If the event is of type ActivityTaskStarted then this member is set and provides detailed information about the event.
 ActivityTaskStartedEventAttributes ActivityTaskStartedEventAttributes.withIdentity(String identity)
          Identity of the worker that was assigned this task.
 ActivityTaskStartedEventAttributes ActivityTaskStartedEventAttributes.withScheduledEventId(Long scheduledEventId)
          The id of the ActivityTaskScheduled event that was recorded when this activity task was scheduled.
 

Methods in com.amazonaws.services.simpleworkflow.model with parameters of type ActivityTaskStartedEventAttributes
 void HistoryEvent.setActivityTaskStartedEventAttributes(ActivityTaskStartedEventAttributes activityTaskStartedEventAttributes)
          If the event is of type ActivityTaskStarted then this member is set and provides detailed information about the event.
 HistoryEvent HistoryEvent.withActivityTaskStartedEventAttributes(ActivityTaskStartedEventAttributes activityTaskStartedEventAttributes)
          If the event is of type ActivityTaskStarted then this member is set and provides detailed information about the event.
 



Copyright © 2016. All rights reserved.