Uses of Class
software.amazon.awssdk.services.lambda.model.ChainedInvokeFailedDetails
-
Packages that use ChainedInvokeFailedDetails Package Description software.amazon.awssdk.services.lambda.model -
-
Uses of ChainedInvokeFailedDetails in software.amazon.awssdk.services.lambda.model
Methods in software.amazon.awssdk.services.lambda.model that return ChainedInvokeFailedDetails Modifier and Type Method Description ChainedInvokeFailedDetailsEvent. chainedInvokeFailedDetails()Returns the value of the ChainedInvokeFailedDetails property for this object.Methods in software.amazon.awssdk.services.lambda.model with parameters of type ChainedInvokeFailedDetails Modifier and Type Method Description Event.BuilderEvent.Builder. chainedInvokeFailedDetails(ChainedInvokeFailedDetails chainedInvokeFailedDetails)Sets the value of the ChainedInvokeFailedDetails property for this object.
-