Uses of Class
com.amazonaws.services.simpleworkflow.model.CancelTimerDecisionAttributes
-
Packages that use CancelTimerDecisionAttributes Package Description com.amazonaws.services.simpleworkflow.model -
-
Uses of CancelTimerDecisionAttributes in com.amazonaws.services.simpleworkflow.model
Methods in com.amazonaws.services.simpleworkflow.model that return CancelTimerDecisionAttributes Modifier and Type Method Description CancelTimerDecisionAttributes
CancelTimerDecisionAttributes. clone()
CancelTimerDecisionAttributes
Decision. getCancelTimerDecisionAttributes()
Provides details of theCancelTimer
decision.CancelTimerDecisionAttributes
CancelTimerDecisionAttributes. withTimerId(String timerId)
Required. The unique ID of the timer to cancel.Methods in com.amazonaws.services.simpleworkflow.model with parameters of type CancelTimerDecisionAttributes Modifier and Type Method Description void
Decision. setCancelTimerDecisionAttributes(CancelTimerDecisionAttributes cancelTimerDecisionAttributes)
Provides details of theCancelTimer
decision.Decision
Decision. withCancelTimerDecisionAttributes(CancelTimerDecisionAttributes cancelTimerDecisionAttributes)
Provides details of theCancelTimer
decision.
-