| Modifier and Type | Method and Description |
|---|---|
default LambdaInvocationType |
LambdaInvokeProps.getInvocationType()
Invocation type of the Lambda function.
|
LambdaInvocationType |
LambdaInvokeProps.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 |
|---|---|
LambdaInvokeProps.Builder |
LambdaInvokeProps.Builder.invocationType(LambdaInvocationType invocationType)
Sets the value of
LambdaInvokeProps.getInvocationType() |
LambdaInvoke.Builder |
LambdaInvoke.Builder.invocationType(LambdaInvocationType invocationType)
Invocation type of the Lambda function.
|
Copyright © 2022. All rights reserved.