| Package | Description | 
|---|---|
| com.amazonaws.services.lambda.model | 
| Modifier and Type | Method and Description | 
|---|---|
| Cors | Cors. clone() | 
| Cors | UpdateFunctionUrlConfigResult. getCors()
 The cross-origin resource sharing (CORS)
 settings for your function URL. | 
| Cors | UpdateFunctionUrlConfigRequest. getCors()
 The cross-origin resource sharing (CORS)
 settings for your function URL. | 
| Cors | GetFunctionUrlConfigResult. getCors()
 The cross-origin resource sharing (CORS)
 settings for your function URL. | 
| Cors | CreateFunctionUrlConfigResult. getCors()
 The cross-origin resource sharing (CORS)
 settings for your function URL. | 
| Cors | CreateFunctionUrlConfigRequest. getCors()
 The cross-origin resource sharing (CORS)
 settings for your function URL. | 
| Cors | FunctionUrlConfig. getCors()
 The cross-origin resource sharing (CORS)
 settings for your function URL. | 
| Cors | Cors. withAllowCredentials(Boolean allowCredentials)
 Whether to allow cookies or other credentials in requests to your function URL. | 
| Cors | Cors. withAllowHeaders(Collection<String> allowHeaders)
 The HTTP headers that origins can include in requests to your function URL. | 
| Cors | Cors. withAllowHeaders(String... allowHeaders)
 The HTTP headers that origins can include in requests to your function URL. | 
| Cors | Cors. withAllowMethods(Collection<String> allowMethods)
 The HTTP methods that are allowed when calling your function URL. | 
| Cors | Cors. withAllowMethods(String... allowMethods)
 The HTTP methods that are allowed when calling your function URL. | 
| Cors | Cors. withAllowOrigins(Collection<String> allowOrigins)
 The origins that can access your function URL. | 
| Cors | Cors. withAllowOrigins(String... allowOrigins)
 The origins that can access your function URL. | 
| Cors | Cors. withExposeHeaders(Collection<String> exposeHeaders)
 The HTTP headers in your function response that you want to expose to origins that call your function URL. | 
| Cors | Cors. withExposeHeaders(String... exposeHeaders)
 The HTTP headers in your function response that you want to expose to origins that call your function URL. | 
| Cors | Cors. withMaxAge(Integer maxAge)
 The maximum amount of time, in seconds, that web browsers can cache results of a preflight request. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | UpdateFunctionUrlConfigResult. setCors(Cors cors)
 The cross-origin resource sharing (CORS)
 settings for your function URL. | 
| void | UpdateFunctionUrlConfigRequest. setCors(Cors cors)
 The cross-origin resource sharing (CORS)
 settings for your function URL. | 
| void | GetFunctionUrlConfigResult. setCors(Cors cors)
 The cross-origin resource sharing (CORS)
 settings for your function URL. | 
| void | CreateFunctionUrlConfigResult. setCors(Cors cors)
 The cross-origin resource sharing (CORS)
 settings for your function URL. | 
| void | CreateFunctionUrlConfigRequest. setCors(Cors cors)
 The cross-origin resource sharing (CORS)
 settings for your function URL. | 
| void | FunctionUrlConfig. setCors(Cors cors)
 The cross-origin resource sharing (CORS)
 settings for your function URL. | 
| UpdateFunctionUrlConfigResult | UpdateFunctionUrlConfigResult. withCors(Cors cors)
 The cross-origin resource sharing (CORS)
 settings for your function URL. | 
| UpdateFunctionUrlConfigRequest | UpdateFunctionUrlConfigRequest. withCors(Cors cors)
 The cross-origin resource sharing (CORS)
 settings for your function URL. | 
| GetFunctionUrlConfigResult | GetFunctionUrlConfigResult. withCors(Cors cors)
 The cross-origin resource sharing (CORS)
 settings for your function URL. | 
| CreateFunctionUrlConfigResult | CreateFunctionUrlConfigResult. withCors(Cors cors)
 The cross-origin resource sharing (CORS)
 settings for your function URL. | 
| CreateFunctionUrlConfigRequest | CreateFunctionUrlConfigRequest. withCors(Cors cors)
 The cross-origin resource sharing (CORS)
 settings for your function URL. | 
| FunctionUrlConfig | FunctionUrlConfig. withCors(Cors cors)
 The cross-origin resource sharing (CORS)
 settings for your function URL. | 
Copyright © 2022. All rights reserved.