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