Uses of Enum Class
software.amazon.awscdk.services.stepfunctions.tasks.LambdaInvocationType
Packages that use LambdaInvocationType
Package
Description
Tasks for AWS Step Functions
-
Uses of LambdaInvocationType in software.amazon.awscdk.services.stepfunctions.tasks
Methods in software.amazon.awscdk.services.stepfunctions.tasks that return LambdaInvocationTypeModifier and TypeMethodDescriptiondefault LambdaInvocationTypeLambdaInvokeJsonataProps.getInvocationType()Invocation type of the Lambda function.final LambdaInvocationTypeLambdaInvokeJsonataProps.Jsii$Proxy.getInvocationType()default LambdaInvocationTypeLambdaInvokeJsonPathProps.getInvocationType()Invocation type of the Lambda function.final LambdaInvocationTypeLambdaInvokeJsonPathProps.Jsii$Proxy.getInvocationType()default LambdaInvocationTypeLambdaInvokeProps.getInvocationType()Invocation type of the Lambda function.final LambdaInvocationTypeLambdaInvokeProps.Jsii$Proxy.getInvocationType()static LambdaInvocationTypeReturns the enum constant of this class with the specified name.static LambdaInvocationType[]LambdaInvocationType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in software.amazon.awscdk.services.stepfunctions.tasks with parameters of type LambdaInvocationTypeModifier and TypeMethodDescriptionLambdaInvoke.Builder.invocationType(LambdaInvocationType invocationType) Invocation type of the Lambda function.LambdaInvokeJsonataProps.Builder.invocationType(LambdaInvocationType invocationType) Sets the value ofLambdaInvokeJsonataProps.getInvocationType()LambdaInvokeJsonPathProps.Builder.invocationType(LambdaInvocationType invocationType) Sets the value ofLambdaInvokeJsonPathProps.getInvocationType()LambdaInvokeProps.Builder.invocationType(LambdaInvocationType invocationType) Sets the value ofLambdaInvokeProps.getInvocationType()