Uses of Class
com.amazonaws.services.simpleworkflow.model.ActivityTaskCompletedEventAttributes
-
Packages that use ActivityTaskCompletedEventAttributes Package Description com.amazonaws.services.simpleworkflow.model -
-
Uses of ActivityTaskCompletedEventAttributes in com.amazonaws.services.simpleworkflow.model
Methods in com.amazonaws.services.simpleworkflow.model that return ActivityTaskCompletedEventAttributes Modifier and Type Method Description ActivityTaskCompletedEventAttributesActivityTaskCompletedEventAttributes. clone()ActivityTaskCompletedEventAttributesHistoryEvent. getActivityTaskCompletedEventAttributes()If the event is of typeActivityTaskCompletedthen this member is set and provides detailed information about the event.ActivityTaskCompletedEventAttributesActivityTaskCompletedEventAttributes. withResult(String result)The results of the activity task (if any).ActivityTaskCompletedEventAttributesActivityTaskCompletedEventAttributes. withScheduledEventId(Long scheduledEventId)The ID of theActivityTaskScheduledevent that was recorded when this activity task was scheduled.ActivityTaskCompletedEventAttributesActivityTaskCompletedEventAttributes. 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 ActivityTaskCompletedEventAttributes Modifier and Type Method Description voidHistoryEvent. setActivityTaskCompletedEventAttributes(ActivityTaskCompletedEventAttributes activityTaskCompletedEventAttributes)If the event is of typeActivityTaskCompletedthen this member is set and provides detailed information about the event.HistoryEventHistoryEvent. withActivityTaskCompletedEventAttributes(ActivityTaskCompletedEventAttributes activityTaskCompletedEventAttributes)If the event is of typeActivityTaskCompletedthen this member is set and provides detailed information about the event.
-