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 StartTimerDecisionAttributesStartTimerDecisionAttributes. clone()StartTimerDecisionAttributesDecision. getStartTimerDecisionAttributes()Provides details of theStartTimerdecision.StartTimerDecisionAttributesStartTimerDecisionAttributes. withControl(String control)Optional. Data attached to the event that can be used by the decider in subsequent workflow tasks.StartTimerDecisionAttributesStartTimerDecisionAttributes. withStartToFireTimeout(String startToFireTimeout)Required. The duration to wait before firing the timer.StartTimerDecisionAttributesStartTimerDecisionAttributes. 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 voidDecision. setStartTimerDecisionAttributes(StartTimerDecisionAttributes startTimerDecisionAttributes)Provides details of theStartTimerdecision.DecisionDecision. withStartTimerDecisionAttributes(StartTimerDecisionAttributes startTimerDecisionAttributes)Provides details of theStartTimerdecision.
-