| Package | Description |
|---|---|
| software.amazon.awssdk.services.apigatewayv2.model |
| Modifier and Type | Method and Description |
|---|---|
Cors.Builder |
Cors.Builder.allowCredentials(Boolean allowCredentials)
Specifies whether credentials are included in the CORS request.
|
Cors.Builder |
Cors.Builder.allowHeaders(Collection<String> allowHeaders)
Represents a collection of allowed headers.
|
Cors.Builder |
Cors.Builder.allowHeaders(String... allowHeaders)
Represents a collection of allowed headers.
|
Cors.Builder |
Cors.Builder.allowMethods(Collection<String> allowMethods)
Represents a collection of allowed HTTP methods.
|
Cors.Builder |
Cors.Builder.allowMethods(String... allowMethods)
Represents a collection of allowed HTTP methods.
|
Cors.Builder |
Cors.Builder.allowOrigins(Collection<String> allowOrigins)
Represents a collection of allowed origins.
|
Cors.Builder |
Cors.Builder.allowOrigins(String... allowOrigins)
Represents a collection of allowed origins.
|
static Cors.Builder |
Cors.builder() |
Cors.Builder |
Cors.Builder.exposeHeaders(Collection<String> exposeHeaders)
Represents a collection of exposed headers.
|
Cors.Builder |
Cors.Builder.exposeHeaders(String... exposeHeaders)
Represents a collection of exposed headers.
|
Cors.Builder |
Cors.Builder.maxAge(Integer maxAge)
The number of seconds that the browser should cache preflight request results.
|
Cors.Builder |
Cors.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Cors.Builder> |
Cors.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CreateApiRequest.Builder |
CreateApiRequest.Builder.corsConfiguration(Consumer<Cors.Builder> corsConfiguration)
A CORS configuration.
|
default UpdateApiResponse.Builder |
UpdateApiResponse.Builder.corsConfiguration(Consumer<Cors.Builder> corsConfiguration)
A CORS configuration.
|
default UpdateApiRequest.Builder |
UpdateApiRequest.Builder.corsConfiguration(Consumer<Cors.Builder> corsConfiguration)
A CORS configuration.
|
default GetApiResponse.Builder |
GetApiResponse.Builder.corsConfiguration(Consumer<Cors.Builder> corsConfiguration)
A CORS configuration.
|
default CreateApiResponse.Builder |
CreateApiResponse.Builder.corsConfiguration(Consumer<Cors.Builder> corsConfiguration)
A CORS configuration.
|
default Api.Builder |
Api.Builder.corsConfiguration(Consumer<Cors.Builder> corsConfiguration)
A CORS configuration.
|
default ReimportApiResponse.Builder |
ReimportApiResponse.Builder.corsConfiguration(Consumer<Cors.Builder> corsConfiguration)
A CORS configuration.
|
default ImportApiResponse.Builder |
ImportApiResponse.Builder.corsConfiguration(Consumer<Cors.Builder> corsConfiguration)
A CORS configuration.
|
Copyright © 2023. All rights reserved.