Uses of Enum
com.amazonaws.services.simpleworkflow.model.StartLambdaFunctionFailedCause
Packages that use StartLambdaFunctionFailedCause
-
Uses of StartLambdaFunctionFailedCause in com.amazonaws.services.simpleworkflow.model
Subclasses with type arguments of type StartLambdaFunctionFailedCause in com.amazonaws.services.simpleworkflow.modelMethods in com.amazonaws.services.simpleworkflow.model that return StartLambdaFunctionFailedCauseModifier and TypeMethodDescriptionUse this in place of valueOf.Returns the enum constant of this type with the specified name.static StartLambdaFunctionFailedCause[]StartLambdaFunctionFailedCause.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 StartLambdaFunctionFailedCauseModifier and TypeMethodDescriptionvoidStartLambdaFunctionFailedEventAttributes.setCause(StartLambdaFunctionFailedCause cause) The cause of the failure.StartLambdaFunctionFailedEventAttributes.withCause(StartLambdaFunctionFailedCause cause) The cause of the failure.