Uses of Class
software.amazon.awssdk.services.swf.model.StartLambdaFunctionFailedEventAttributes
-
Packages that use StartLambdaFunctionFailedEventAttributes Package Description software.amazon.awssdk.services.swf.model -
-
Uses of StartLambdaFunctionFailedEventAttributes in software.amazon.awssdk.services.swf.model
Methods in software.amazon.awssdk.services.swf.model that return StartLambdaFunctionFailedEventAttributes Modifier and Type Method Description StartLambdaFunctionFailedEventAttributes
HistoryEvent. startLambdaFunctionFailedEventAttributes()
Provides the details of theStartLambdaFunctionFailed
event.Methods in software.amazon.awssdk.services.swf.model with parameters of type StartLambdaFunctionFailedEventAttributes Modifier and Type Method Description HistoryEvent.Builder
HistoryEvent.Builder. startLambdaFunctionFailedEventAttributes(StartLambdaFunctionFailedEventAttributes startLambdaFunctionFailedEventAttributes)
Provides the details of theStartLambdaFunctionFailed
event.
-