| Package | Description |
|---|---|
| software.amazon.awssdk.services.mediastore.model |
| Modifier and Type | Method and Description |
|---|---|
List<CorsRule> |
PutCorsPolicyRequest.corsPolicy()
The CORS policy to apply to the container.
|
List<CorsRule> |
GetCorsPolicyResponse.corsPolicy()
The CORS policy assigned to the container.
|
| Modifier and Type | Method and Description |
|---|---|
PutCorsPolicyRequest.Builder |
PutCorsPolicyRequest.Builder.corsPolicy(CorsRule... corsPolicy)
The CORS policy to apply to the container.
|
GetCorsPolicyResponse.Builder |
GetCorsPolicyResponse.Builder.corsPolicy(CorsRule... corsPolicy)
The CORS policy assigned to the container.
|
| Modifier and Type | Method and Description |
|---|---|
PutCorsPolicyRequest.Builder |
PutCorsPolicyRequest.Builder.corsPolicy(Collection<CorsRule> corsPolicy)
The CORS policy to apply to the container.
|
GetCorsPolicyResponse.Builder |
GetCorsPolicyResponse.Builder.corsPolicy(Collection<CorsRule> corsPolicy)
The CORS policy assigned to the container.
|
Copyright © 2023. All rights reserved.