Uses of Enum
software.amazon.awscdk.services.lambda.InvokeMode
Packages that use InvokeMode
-
Uses of InvokeMode in software.amazon.awscdk.services.lambda
Methods in software.amazon.awscdk.services.lambda that return InvokeModeModifier and TypeMethodDescriptiondefault InvokeModeFunctionUrlOptions.getInvokeMode()The type of invocation mode that your Lambda function uses.final InvokeModeFunctionUrlOptions.Jsii$Proxy.getInvokeMode()final InvokeModeFunctionUrlProps.Jsii$Proxy.getInvokeMode()static InvokeModeReturns the enum constant of this type with the specified name.static InvokeMode[]InvokeMode.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awscdk.services.lambda with parameters of type InvokeModeModifier and TypeMethodDescriptionFunctionUrl.Builder.invokeMode(InvokeMode invokeMode) The type of invocation mode that your Lambda function uses.FunctionUrlOptions.Builder.invokeMode(InvokeMode invokeMode) Sets the value ofFunctionUrlOptions.getInvokeMode()FunctionUrlProps.Builder.invokeMode(InvokeMode invokeMode) Sets the value ofFunctionUrlOptions.getInvokeMode()