Uses of Enum
io.envoyproxy.envoy.config.filter.http.aws_lambda.v2alpha.Config.InvocationMode
Packages that use Config.InvocationMode
-
Uses of Config.InvocationMode in io.envoyproxy.envoy.config.filter.http.aws_lambda.v2alpha
Methods in io.envoyproxy.envoy.config.filter.http.aws_lambda.v2alpha that return Config.InvocationModeModifier and TypeMethodDescriptionstatic Config.InvocationModeConfig.InvocationMode.forNumber(int value) Config.Builder.getInvocationMode()Determines the way to invoke the Lambda function.Config.getInvocationMode()Determines the way to invoke the Lambda function.ConfigOrBuilder.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.InvocationModeReturns 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.config.filter.http.aws_lambda.v2alpha that return types with arguments of type Config.InvocationModeModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<Config.InvocationMode>Config.InvocationMode.internalGetValueMap()Methods in io.envoyproxy.envoy.config.filter.http.aws_lambda.v2alpha with parameters of type Config.InvocationModeModifier and TypeMethodDescriptionConfig.Builder.setInvocationMode(Config.InvocationMode value) Determines the way to invoke the Lambda function.