AwsCorsConfiguration.Builder |
AwsCorsConfiguration.Builder.allowCredentials(Boolean allowCredentials) |
Indicates whether the CORS request includes credentials.
|
AwsCorsConfiguration.Builder |
AwsCorsConfiguration.Builder.allowHeaders(String... allowHeaders) |
The allowed headers for CORS requests.
|
AwsCorsConfiguration.Builder |
AwsCorsConfiguration.Builder.allowHeaders(Collection<String> allowHeaders) |
The allowed headers for CORS requests.
|
AwsCorsConfiguration.Builder |
AwsCorsConfiguration.Builder.allowMethods(String... allowMethods) |
The allowed methods for CORS requests.
|
AwsCorsConfiguration.Builder |
AwsCorsConfiguration.Builder.allowMethods(Collection<String> allowMethods) |
The allowed methods for CORS requests.
|
AwsCorsConfiguration.Builder |
AwsCorsConfiguration.Builder.allowOrigins(String... allowOrigins) |
The allowed origins for CORS requests.
|
AwsCorsConfiguration.Builder |
AwsCorsConfiguration.Builder.allowOrigins(Collection<String> allowOrigins) |
The allowed origins for CORS requests.
|
static AwsCorsConfiguration.Builder |
AwsCorsConfiguration.builder() |
|
AwsCorsConfiguration.Builder |
AwsCorsConfiguration.Builder.exposeHeaders(String... exposeHeaders) |
The exposed headers for CORS requests.
|
AwsCorsConfiguration.Builder |
AwsCorsConfiguration.Builder.exposeHeaders(Collection<String> exposeHeaders) |
The exposed headers for CORS requests.
|
AwsCorsConfiguration.Builder |
AwsCorsConfiguration.Builder.maxAge(Integer maxAge) |
The number of seconds for which the browser caches preflight request results.
|
AwsCorsConfiguration.Builder |
AwsCorsConfiguration.toBuilder() |
|