Uses of Class
com.amazonaws.services.simpleworkflow.model.ActivityTaskCompletedEventAttributes
Packages that use ActivityTaskCompletedEventAttributes
-
Uses of ActivityTaskCompletedEventAttributes in com.amazonaws.services.simpleworkflow.model
Methods in com.amazonaws.services.simpleworkflow.model that return ActivityTaskCompletedEventAttributesModifier and TypeMethodDescriptionActivityTaskCompletedEventAttributes.clone()
HistoryEvent.getActivityTaskCompletedEventAttributes()
If the event is of typeActivityTaskCompleted
then this member is set and provides detailed information about the event.ActivityTaskCompletedEventAttributes.withResult
(String result) The results of the activity task (if any).ActivityTaskCompletedEventAttributes.withScheduledEventId
(Long scheduledEventId) The ID of theActivityTaskScheduled
event that was recorded when this activity task was scheduled.ActivityTaskCompletedEventAttributes.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 ActivityTaskCompletedEventAttributesModifier and TypeMethodDescriptionvoid
HistoryEvent.setActivityTaskCompletedEventAttributes
(ActivityTaskCompletedEventAttributes activityTaskCompletedEventAttributes) If the event is of typeActivityTaskCompleted
then this member is set and provides detailed information about the event.HistoryEvent.withActivityTaskCompletedEventAttributes
(ActivityTaskCompletedEventAttributes activityTaskCompletedEventAttributes) If the event is of typeActivityTaskCompleted
then this member is set and provides detailed information about the event.