Uses of Enum
com.amazonaws.services.simpleworkflow.model.StartTimerFailedCause
Packages that use StartTimerFailedCause
-
Uses of StartTimerFailedCause in com.amazonaws.services.simpleworkflow.model
Subclasses with type arguments of type StartTimerFailedCause in com.amazonaws.services.simpleworkflow.modelMethods in com.amazonaws.services.simpleworkflow.model that return StartTimerFailedCauseModifier and TypeMethodDescriptionstatic StartTimerFailedCauseUse this in place of valueOf.static StartTimerFailedCauseReturns 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 TypeMethodDescriptionvoidStartTimerFailedEventAttributes.setCause(StartTimerFailedCause cause) The cause of the failure.StartTimerFailedEventAttributes.withCause(StartTimerFailedCause cause) The cause of the failure.