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 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.LambdaInvokeProps.Builder.invocationType(LambdaInvocationType invocationType) Sets the value ofLambdaInvokeProps.getInvocationType()