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