| Package | Description |
|---|---|
| software.amazon.awscdk.integtests |
integ-tests
|
| Modifier and Type | Method and Description |
|---|---|
default InvocationType |
LambdaInvokeFunctionProps.getInvocationType()
(experimental) The type of invocation to use.
|
InvocationType |
LambdaInvokeFunctionProps.Jsii$Proxy.getInvocationType() |
static InvocationType |
InvocationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InvocationType[] |
InvocationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
LambdaInvokeFunctionProps.Builder |
LambdaInvokeFunctionProps.Builder.invocationType(InvocationType invocationType)
Sets the value of
LambdaInvokeFunctionProps.getInvocationType() |
LambdaInvokeFunction.Builder |
LambdaInvokeFunction.Builder.invocationType(InvocationType invocationType)
(experimental) The type of invocation to use.
|
Copyright © 2022. All rights reserved.