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