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