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