Uses of Class
com.amazonaws.services.simpleworkflow.model.DecisionTaskStartedEventAttributes
-
Packages that use DecisionTaskStartedEventAttributes Package Description com.amazonaws.services.simpleworkflow.model -
-
Uses of DecisionTaskStartedEventAttributes in com.amazonaws.services.simpleworkflow.model
Methods in com.amazonaws.services.simpleworkflow.model that return DecisionTaskStartedEventAttributes Modifier and Type Method Description DecisionTaskStartedEventAttributesDecisionTaskStartedEventAttributes. clone()DecisionTaskStartedEventAttributesHistoryEvent. getDecisionTaskStartedEventAttributes()If the event is of typeDecisionTaskStartedthen this member is set and provides detailed information about the event.DecisionTaskStartedEventAttributesDecisionTaskStartedEventAttributes. withIdentity(String identity)Identity of the decider making the request.DecisionTaskStartedEventAttributesDecisionTaskStartedEventAttributes. withScheduledEventId(Long scheduledEventId)The ID of theDecisionTaskScheduledevent that was recorded when this decision task was scheduled.Methods in com.amazonaws.services.simpleworkflow.model with parameters of type DecisionTaskStartedEventAttributes Modifier and Type Method Description voidHistoryEvent. setDecisionTaskStartedEventAttributes(DecisionTaskStartedEventAttributes decisionTaskStartedEventAttributes)If the event is of typeDecisionTaskStartedthen this member is set and provides detailed information about the event.HistoryEventHistoryEvent. withDecisionTaskStartedEventAttributes(DecisionTaskStartedEventAttributes decisionTaskStartedEventAttributes)If the event is of typeDecisionTaskStartedthen this member is set and provides detailed information about the event.
-