Uses of Enum
software.amazon.awscdk.services.ses.actions.LambdaInvocationType
Package
Description
Amazon Simple Email Service Actions Library
-
Uses of LambdaInvocationType in software.amazon.awscdk.services.ses.actions
Modifier and TypeMethodDescriptiondefault LambdaInvocationType
LambdaProps.getInvocationType()
The invocation type of the Lambda function.final LambdaInvocationType
LambdaProps.Jsii$Proxy.getInvocationType()
static LambdaInvocationType
Returns the enum constant of this type with the specified name.static LambdaInvocationType[]
LambdaInvocationType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionLambda.Builder.invocationType
(LambdaInvocationType invocationType) The invocation type of the Lambda function.LambdaProps.Builder.invocationType
(LambdaInvocationType invocationType) Sets the value ofLambdaProps.getInvocationType()