Uses of Class
software.amazon.awssdk.services.lambda.model.EventInput
Packages that use EventInput
-
Uses of EventInput in software.amazon.awssdk.services.lambda.model
Methods in software.amazon.awssdk.services.lambda.model that return EventInputModifier and TypeMethodDescriptionfinal EventInputChainedInvokeStartedDetails.input()The JSON input payload provided to the chained invocation.final EventInputExecutionStartedDetails.input()The input payload provided for the durable execution.Methods in software.amazon.awssdk.services.lambda.model with parameters of type EventInputModifier and TypeMethodDescriptionChainedInvokeStartedDetails.Builder.input(EventInput input) The JSON input payload provided to the chained invocation.ExecutionStartedDetails.Builder.input(EventInput input) The input payload provided for the durable execution.