Uses of Enum
com.amazonaws.services.simpleworkflow.model.StartTimerFailedCause
Packages that use StartTimerFailedCause
-
Uses of StartTimerFailedCause in com.amazonaws.services.simpleworkflow.model
Methods in com.amazonaws.services.simpleworkflow.model that return StartTimerFailedCauseModifier and TypeMethodDescriptionstatic StartTimerFailedCause
Use this in place of valueOf.static StartTimerFailedCause
Returns the enum constant of this type with the specified name.static StartTimerFailedCause[]
StartTimerFailedCause.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amazonaws.services.simpleworkflow.model with parameters of type StartTimerFailedCauseModifier and TypeMethodDescriptionvoid
StartTimerFailedEventAttributes.setCause
(StartTimerFailedCause cause) The cause of the failure.StartTimerFailedEventAttributes.withCause
(StartTimerFailedCause cause) The cause of the failure.