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