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