Uses of Class
io.envoyproxy.envoy.extensions.filters.http.aws_lambda.v3.Config.InvocationMode
-
Packages that use Config.InvocationMode Package Description io.envoyproxy.envoy.extensions.filters.http.aws_lambda.v3 -
-
Uses of Config.InvocationMode in io.envoyproxy.envoy.extensions.filters.http.aws_lambda.v3
Methods in io.envoyproxy.envoy.extensions.filters.http.aws_lambda.v3 that return Config.InvocationMode Modifier and Type Method Description static Config.InvocationModeConfig.InvocationMode. forNumber(int value)Config.InvocationModeConfig.Builder. getInvocationMode()Determines the way to invoke the Lambda function.Config.InvocationModeConfig. getInvocationMode()Determines the way to invoke the Lambda function.Config.InvocationModeConfigOrBuilder. getInvocationMode()Determines the way to invoke the Lambda function.static Config.InvocationModeConfig.InvocationMode. valueOf(int value)Deprecated.static Config.InvocationModeConfig.InvocationMode. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static Config.InvocationModeConfig.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.Methods in io.envoyproxy.envoy.extensions.filters.http.aws_lambda.v3 that return types with arguments of type Config.InvocationMode Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<Config.InvocationMode>Config.InvocationMode. internalGetValueMap()Methods in io.envoyproxy.envoy.extensions.filters.http.aws_lambda.v3 with parameters of type Config.InvocationMode Modifier and Type Method Description Config.BuilderConfig.Builder. setInvocationMode(Config.InvocationMode value)Determines the way to invoke the Lambda function.
-