Uses of Class
step.functions.io.FunctionInput
Packages that use FunctionInput
-
Uses of FunctionInput in step.functions.execution
Methods in step.functions.execution with parameters of type FunctionInputModifier and TypeMethodDescription<IN,OUT> step.functions.io.Output <OUT> FunctionExecutionService.callFunction(String tokenHandleId, step.functions.Function function, FunctionInput<IN> functionInput, Class<OUT> outputClass) default <IN,OUT> step.functions.io.Output <OUT> FunctionExecutionService.callFunction(String tokenHandleId, step.functions.Function function, FunctionInput<IN> functionInput, Class<OUT> outputClass, step.core.AbstractStepContext executionContext) Call function from while running the execution