Uses of Class
com.amazonaws.services.simpleworkflow.model.ActivityTaskStartedEventAttributes
Packages that use ActivityTaskStartedEventAttributes
-
Uses of ActivityTaskStartedEventAttributes in com.amazonaws.services.simpleworkflow.model
Methods in com.amazonaws.services.simpleworkflow.model that return ActivityTaskStartedEventAttributesModifier and TypeMethodDescriptionActivityTaskStartedEventAttributes.clone()HistoryEvent.getActivityTaskStartedEventAttributes()If the event is of typeActivityTaskStartedthen this member is set and provides detailed information about the event.ActivityTaskStartedEventAttributes.withIdentity(String identity) Identity of the worker that was assigned this task.ActivityTaskStartedEventAttributes.withScheduledEventId(Long scheduledEventId) The ID of theActivityTaskScheduledevent that was recorded when this activity task was scheduled.Methods in com.amazonaws.services.simpleworkflow.model with parameters of type ActivityTaskStartedEventAttributesModifier and TypeMethodDescriptionvoidHistoryEvent.setActivityTaskStartedEventAttributes(ActivityTaskStartedEventAttributes activityTaskStartedEventAttributes) If the event is of typeActivityTaskStartedthen this member is set and provides detailed information about the event.HistoryEvent.withActivityTaskStartedEventAttributes(ActivityTaskStartedEventAttributes activityTaskStartedEventAttributes) If the event is of typeActivityTaskStartedthen this member is set and provides detailed information about the event.