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 theStartTimerdecision.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 TypeMethodDescriptionvoidDecision.setStartTimerDecisionAttributes(StartTimerDecisionAttributes startTimerDecisionAttributes) Provides details of theStartTimerdecision.Decision.withStartTimerDecisionAttributes(StartTimerDecisionAttributes startTimerDecisionAttributes) Provides details of theStartTimerdecision.