| Modifier and Type | Method and Description |
|---|---|
default InvocationType |
RunLambdaTaskProps.getInvocationType()
Deprecated.
|
InvocationType |
RunLambdaTaskProps.Jsii$Proxy.getInvocationType()
Deprecated.
|
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 |
|---|---|
RunLambdaTaskProps.Builder |
RunLambdaTaskProps.Builder.invocationType(InvocationType invocationType)
Deprecated.
|
RunLambdaTask.Builder |
RunLambdaTask.Builder.invocationType(InvocationType invocationType)
Deprecated.
|
| Constructor and Description |
|---|
Jsii$Proxy(String clientContext,
ServiceIntegrationPattern integrationPattern,
InvocationType invocationType,
TaskInput payload,
String qualifier)
Deprecated.
Constructor that initializes the object based on literal property values passed by the
RunLambdaTaskProps.Builder. |
Copyright © 2020. All rights reserved.