Uses of Class
software.amazon.awscdk.services.lambda.FunctionUrlCorsOptions.Builder
Packages that use FunctionUrlCorsOptions.Builder
-
Uses of FunctionUrlCorsOptions.Builder in software.amazon.awscdk.services.lambda
Methods in software.amazon.awscdk.services.lambda that return FunctionUrlCorsOptions.BuilderModifier and TypeMethodDescriptionFunctionUrlCorsOptions.Builder.allowCredentials(Boolean allowCredentials) Sets the value ofFunctionUrlCorsOptions.getAllowCredentials()FunctionUrlCorsOptions.Builder.allowedHeaders(List<String> allowedHeaders) Sets the value ofFunctionUrlCorsOptions.getAllowedHeaders()FunctionUrlCorsOptions.Builder.allowedMethods(List<? extends HttpMethod> allowedMethods) Sets the value ofFunctionUrlCorsOptions.getAllowedMethods()FunctionUrlCorsOptions.Builder.allowedOrigins(List<String> allowedOrigins) Sets the value ofFunctionUrlCorsOptions.getAllowedOrigins()FunctionUrlCorsOptions.builder()FunctionUrlCorsOptions.Builder.exposedHeaders(List<String> exposedHeaders) Sets the value ofFunctionUrlCorsOptions.getExposedHeaders()Sets the value ofFunctionUrlCorsOptions.getMaxAge()Constructors in software.amazon.awscdk.services.lambda with parameters of type FunctionUrlCorsOptions.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(FunctionUrlCorsOptions.Builder builder) Constructor that initializes the object based on literal property values passed by theFunctionUrlCorsOptions.Builder.