Uses of Enum Class
software.amazon.awscdk.services.ses.actions.LambdaInvocationType
Packages that use LambdaInvocationType
Package
Description
Amazon Simple Email Service Actions Library
-
Uses of LambdaInvocationType in software.amazon.awscdk.services.ses.actions
Methods in software.amazon.awscdk.services.ses.actions that return LambdaInvocationTypeModifier and TypeMethodDescriptiondefault LambdaInvocationTypeLambdaProps.getInvocationType()The invocation type of the Lambda function.final LambdaInvocationTypeLambdaProps.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.ses.actions with parameters of type LambdaInvocationTypeModifier and TypeMethodDescriptionLambda.Builder.invocationType(LambdaInvocationType invocationType) The invocation type of the Lambda function.LambdaProps.Builder.invocationType(LambdaInvocationType invocationType) Sets the value ofLambdaProps.getInvocationType()