Uses of Class
com.amazonaws.services.simpleworkflow.model.DecisionTaskStartedEventAttributes
Packages that use DecisionTaskStartedEventAttributes
-
Uses of DecisionTaskStartedEventAttributes in com.amazonaws.services.simpleworkflow.model
Methods in com.amazonaws.services.simpleworkflow.model that return DecisionTaskStartedEventAttributesModifier and TypeMethodDescriptionDecisionTaskStartedEventAttributes.clone()
HistoryEvent.getDecisionTaskStartedEventAttributes()
If the event is of typeDecisionTaskStarted
then this member is set and provides detailed information about the event.DecisionTaskStartedEventAttributes.withIdentity
(String identity) Identity of the decider making the request.DecisionTaskStartedEventAttributes.withScheduledEventId
(Long scheduledEventId) The ID of theDecisionTaskScheduled
event that was recorded when this decision task was scheduled.Methods in com.amazonaws.services.simpleworkflow.model with parameters of type DecisionTaskStartedEventAttributesModifier and TypeMethodDescriptionvoid
HistoryEvent.setDecisionTaskStartedEventAttributes
(DecisionTaskStartedEventAttributes decisionTaskStartedEventAttributes) If the event is of typeDecisionTaskStarted
then this member is set and provides detailed information about the event.HistoryEvent.withDecisionTaskStartedEventAttributes
(DecisionTaskStartedEventAttributes decisionTaskStartedEventAttributes) If the event is of typeDecisionTaskStarted
then this member is set and provides detailed information about the event.