| Package | Description |
|---|---|
| software.amazon.awscdk.services.ses.actions |
Amazon Simple Email Service Actions Library
|
| Modifier and Type | Method and Description |
|---|---|
default LambdaInvocationType |
LambdaProps.getInvocationType()
(experimental) The invocation type of the Lambda function.
|
LambdaInvocationType |
LambdaProps.Jsii$Proxy.getInvocationType() |
static LambdaInvocationType |
LambdaInvocationType.valueOf(String name)
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 Type | Method and Description |
|---|---|
LambdaProps.Builder |
LambdaProps.Builder.invocationType(LambdaInvocationType invocationType)
Sets the value of
LambdaProps.getInvocationType() |
Lambda.Builder |
Lambda.Builder.invocationType(LambdaInvocationType invocationType)
(experimental) The invocation type of the Lambda function.
|
| Constructor and Description |
|---|
Jsii$Proxy(IFunction function,
LambdaInvocationType invocationType,
ITopic topic)
Constructor that initializes the object based on literal property values passed by the
LambdaProps.Builder. |
Copyright © 2021. All rights reserved.