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