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 CancelTimerDecisionAttributesCancelTimerDecisionAttributes. clone()CancelTimerDecisionAttributesDecision. getCancelTimerDecisionAttributes()Provides details of theCancelTimerdecision.CancelTimerDecisionAttributesCancelTimerDecisionAttributes. 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 voidDecision. setCancelTimerDecisionAttributes(CancelTimerDecisionAttributes cancelTimerDecisionAttributes)Provides details of theCancelTimerdecision.DecisionDecision. withCancelTimerDecisionAttributes(CancelTimerDecisionAttributes cancelTimerDecisionAttributes)Provides details of theCancelTimerdecision.
-