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