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 typeActivityTaskCompletedthen 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 theActivityTaskScheduledevent that was recorded when this activity task was scheduled.ActivityTaskCompletedEventAttributes.withStartedEventId(Long startedEventId) The ID of theActivityTaskStartedevent recorded when this activity task was started.Methods in com.amazonaws.services.simpleworkflow.model with parameters of type ActivityTaskCompletedEventAttributesModifier and TypeMethodDescriptionvoidHistoryEvent.setActivityTaskCompletedEventAttributes(ActivityTaskCompletedEventAttributes activityTaskCompletedEventAttributes) If the event is of typeActivityTaskCompletedthen this member is set and provides detailed information about the event.HistoryEvent.withActivityTaskCompletedEventAttributes(ActivityTaskCompletedEventAttributes activityTaskCompletedEventAttributes) If the event is of typeActivityTaskCompletedthen this member is set and provides detailed information about the event.