Uses of Enum
software.amazon.awscdk.services.lambda.HttpMethod
Packages that use HttpMethod
-
Uses of HttpMethod in software.amazon.awscdk.services.lambda
Methods in software.amazon.awscdk.services.lambda that return HttpMethodModifier and TypeMethodDescriptionstatic HttpMethodReturns the enum constant of this type with the specified name.static HttpMethod[]HttpMethod.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awscdk.services.lambda that return types with arguments of type HttpMethodModifier and TypeMethodDescriptiondefault List<HttpMethod> FunctionUrlCorsOptions.getAllowedMethods()An HTTP method that you allow the origin to execute.final List<HttpMethod> FunctionUrlCorsOptions.Jsii$Proxy.getAllowedMethods()Method parameters in software.amazon.awscdk.services.lambda with type arguments of type HttpMethodModifier and TypeMethodDescriptionFunctionUrlCorsOptions.Builder.allowedMethods(List<? extends HttpMethod> allowedMethods) Sets the value ofFunctionUrlCorsOptions.getAllowedMethods()