Package | Description |
---|---|
com.amazonaws.services.lambda.model |
Modifier and Type | Method and Description |
---|---|
Cors |
Cors.clone() |
Cors |
CreateFunctionUrlConfigRequest.getCors() |
Cors |
UpdateFunctionUrlConfigRequest.getCors() |
Cors |
UpdateFunctionUrlConfigResult.getCors() |
Cors |
GetFunctionUrlConfigResult.getCors() |
Cors |
FunctionUrlConfig.getCors() |
Cors |
CreateFunctionUrlConfigResult.getCors() |
Cors |
Cors.withAllowCredentials(Boolean allowCredentials) |
Cors |
Cors.withAllowHeaders(Collection<String> allowHeaders) |
Cors |
Cors.withAllowHeaders(String... allowHeaders)
NOTE: This method appends the values to the existing list (if any).
|
Cors |
Cors.withAllowMethods(Collection<String> allowMethods) |
Cors |
Cors.withAllowMethods(String... allowMethods)
NOTE: This method appends the values to the existing list (if any).
|
Cors |
Cors.withAllowOrigins(Collection<String> allowOrigins) |
Cors |
Cors.withAllowOrigins(String... allowOrigins)
NOTE: This method appends the values to the existing list (if any).
|
Cors |
Cors.withExposeHeaders(Collection<String> exposeHeaders) |
Cors |
Cors.withExposeHeaders(String... exposeHeaders)
NOTE: This method appends the values to the existing list (if any).
|
Cors |
Cors.withMaxAge(Integer maxAge) |
Modifier and Type | Method and Description |
---|---|
void |
CreateFunctionUrlConfigRequest.setCors(Cors cors) |
void |
UpdateFunctionUrlConfigRequest.setCors(Cors cors) |
void |
UpdateFunctionUrlConfigResult.setCors(Cors cors) |
void |
GetFunctionUrlConfigResult.setCors(Cors cors) |
void |
FunctionUrlConfig.setCors(Cors cors) |
void |
CreateFunctionUrlConfigResult.setCors(Cors cors) |
CreateFunctionUrlConfigRequest |
CreateFunctionUrlConfigRequest.withCors(Cors cors) |
UpdateFunctionUrlConfigRequest |
UpdateFunctionUrlConfigRequest.withCors(Cors cors) |
UpdateFunctionUrlConfigResult |
UpdateFunctionUrlConfigResult.withCors(Cors cors) |
GetFunctionUrlConfigResult |
GetFunctionUrlConfigResult.withCors(Cors cors) |
FunctionUrlConfig |
FunctionUrlConfig.withCors(Cors cors) |
CreateFunctionUrlConfigResult |
CreateFunctionUrlConfigResult.withCors(Cors cors) |
Copyright © 2021. All rights reserved.