Uses of Class
software.amazon.awssdk.services.swf.model.ActivityTaskCompletedEventAttributes
-
Packages that use ActivityTaskCompletedEventAttributes Package Description software.amazon.awssdk.services.swf.model -
-
Uses of ActivityTaskCompletedEventAttributes in software.amazon.awssdk.services.swf.model
Methods in software.amazon.awssdk.services.swf.model that return ActivityTaskCompletedEventAttributes Modifier and Type Method Description ActivityTaskCompletedEventAttributes
HistoryEvent. activityTaskCompletedEventAttributes()
If the event is of typeActivityTaskCompleted
then this member is set and provides detailed information about the event.Methods in software.amazon.awssdk.services.swf.model with parameters of type ActivityTaskCompletedEventAttributes Modifier and Type Method Description HistoryEvent.Builder
HistoryEvent.Builder. activityTaskCompletedEventAttributes(ActivityTaskCompletedEventAttributes activityTaskCompletedEventAttributes)
If the event is of typeActivityTaskCompleted
then this member is set and provides detailed information about the event.
-