Uses of Class
software.amazon.awssdk.services.lambda.model.EventInput
-
Packages that use EventInput Package Description software.amazon.awssdk.services.lambda.model -
-
Uses of EventInput in software.amazon.awssdk.services.lambda.model
Methods in software.amazon.awssdk.services.lambda.model that return EventInput Modifier and Type Method Description EventInputChainedInvokeStartedDetails. input()The JSON input payload provided to the chained invocation.EventInputExecutionStartedDetails. input()The input payload provided for the durable execution.Methods in software.amazon.awssdk.services.lambda.model with parameters of type EventInput Modifier and Type Method Description ChainedInvokeStartedDetails.BuilderChainedInvokeStartedDetails.Builder. input(EventInput input)The JSON input payload provided to the chained invocation.ExecutionStartedDetails.BuilderExecutionStartedDetails.Builder. input(EventInput input)The input payload provided for the durable execution.
-