| Package | Description |
|---|---|
| com.amazonaws.services.apigatewayv2.model |
| Modifier and Type | Method and Description |
|---|---|
Cors |
Cors.clone() |
Cors |
UpdateApiRequest.getCorsConfiguration()
A CORS configuration.
|
Cors |
ImportApiResult.getCorsConfiguration()
A CORS configuration.
|
Cors |
GetApiResult.getCorsConfiguration()
A CORS configuration.
|
Cors |
CreateApiResult.getCorsConfiguration()
A CORS configuration.
|
Cors |
CreateApiRequest.getCorsConfiguration()
A CORS configuration.
|
Cors |
Api.getCorsConfiguration()
A CORS configuration.
|
Cors |
ReimportApiResult.getCorsConfiguration()
A CORS configuration.
|
Cors |
UpdateApiResult.getCorsConfiguration()
A CORS configuration.
|
Cors |
Cors.withAllowCredentials(Boolean allowCredentials)
Specifies whether credentials are included in the CORS request.
|
Cors |
Cors.withAllowHeaders(Collection<String> allowHeaders)
Represents a collection of allowed headers.
|
Cors |
Cors.withAllowHeaders(String... allowHeaders)
Represents a collection of allowed headers.
|
Cors |
Cors.withAllowMethods(Collection<String> allowMethods)
Represents a collection of allowed HTTP methods.
|
Cors |
Cors.withAllowMethods(String... allowMethods)
Represents a collection of allowed HTTP methods.
|
Cors |
Cors.withAllowOrigins(Collection<String> allowOrigins)
Represents a collection of allowed origins.
|
Cors |
Cors.withAllowOrigins(String... allowOrigins)
Represents a collection of allowed origins.
|
Cors |
Cors.withExposeHeaders(Collection<String> exposeHeaders)
Represents a collection of exposed headers.
|
Cors |
Cors.withExposeHeaders(String... exposeHeaders)
Represents a collection of exposed headers.
|
Cors |
Cors.withMaxAge(Integer maxAge)
The number of seconds that the browser should cache preflight request results.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateApiRequest.setCorsConfiguration(Cors corsConfiguration)
A CORS configuration.
|
void |
ImportApiResult.setCorsConfiguration(Cors corsConfiguration)
A CORS configuration.
|
void |
GetApiResult.setCorsConfiguration(Cors corsConfiguration)
A CORS configuration.
|
void |
CreateApiResult.setCorsConfiguration(Cors corsConfiguration)
A CORS configuration.
|
void |
CreateApiRequest.setCorsConfiguration(Cors corsConfiguration)
A CORS configuration.
|
void |
Api.setCorsConfiguration(Cors corsConfiguration)
A CORS configuration.
|
void |
ReimportApiResult.setCorsConfiguration(Cors corsConfiguration)
A CORS configuration.
|
void |
UpdateApiResult.setCorsConfiguration(Cors corsConfiguration)
A CORS configuration.
|
UpdateApiRequest |
UpdateApiRequest.withCorsConfiguration(Cors corsConfiguration)
A CORS configuration.
|
ImportApiResult |
ImportApiResult.withCorsConfiguration(Cors corsConfiguration)
A CORS configuration.
|
GetApiResult |
GetApiResult.withCorsConfiguration(Cors corsConfiguration)
A CORS configuration.
|
CreateApiResult |
CreateApiResult.withCorsConfiguration(Cors corsConfiguration)
A CORS configuration.
|
CreateApiRequest |
CreateApiRequest.withCorsConfiguration(Cors corsConfiguration)
A CORS configuration.
|
Api |
Api.withCorsConfiguration(Cors corsConfiguration)
A CORS configuration.
|
ReimportApiResult |
ReimportApiResult.withCorsConfiguration(Cors corsConfiguration)
A CORS configuration.
|
UpdateApiResult |
UpdateApiResult.withCorsConfiguration(Cors corsConfiguration)
A CORS configuration.
|
Copyright © 2024. All rights reserved.