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