Uses of Class
com.amazonaws.services.simpleworkflow.model.StartTimerDecisionAttributes
Packages that use StartTimerDecisionAttributes
-
Uses of StartTimerDecisionAttributes in com.amazonaws.services.simpleworkflow.model
Methods in com.amazonaws.services.simpleworkflow.model that return StartTimerDecisionAttributesModifier and TypeMethodDescriptionStartTimerDecisionAttributes.clone()
Decision.getStartTimerDecisionAttributes()
Provides details of theStartTimer
decision.StartTimerDecisionAttributes.withControl
(String control) Optional. Data attached to the event that can be used by the decider in subsequent workflow tasks.StartTimerDecisionAttributes.withStartToFireTimeout
(String startToFireTimeout) Required. The duration to wait before firing the timer.StartTimerDecisionAttributes.withTimerId
(String timerId) Required. The unique ID of the timer.Methods in com.amazonaws.services.simpleworkflow.model with parameters of type StartTimerDecisionAttributesModifier and TypeMethodDescriptionvoid
Decision.setStartTimerDecisionAttributes
(StartTimerDecisionAttributes startTimerDecisionAttributes) Provides details of theStartTimer
decision.Decision.withStartTimerDecisionAttributes
(StartTimerDecisionAttributes startTimerDecisionAttributes) Provides details of theStartTimer
decision.