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