| Package | Description |
|---|---|
| io.envoyproxy.envoy.extensions.filters.http.aws_lambda.v3 |
| Modifier and Type | Method and Description |
|---|---|
static Config.InvocationMode |
Config.InvocationMode.forNumber(int value) |
Config.InvocationMode |
Config.getInvocationMode()
Determines the way to invoke the Lambda function.
|
Config.InvocationMode |
Config.Builder.getInvocationMode()
Determines the way to invoke the Lambda function.
|
Config.InvocationMode |
ConfigOrBuilder.getInvocationMode()
Determines the way to invoke the Lambda function.
|
static Config.InvocationMode |
Config.InvocationMode.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Config.InvocationMode |
Config.InvocationMode.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Config.InvocationMode |
Config.InvocationMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Config.InvocationMode[] |
Config.InvocationMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<Config.InvocationMode> |
Config.InvocationMode.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
Config.Builder |
Config.Builder.setInvocationMode(Config.InvocationMode value)
Determines the way to invoke the Lambda function.
|
Copyright © 2018–2021 The Envoy Project. All rights reserved.