| Package | Description |
|---|---|
| software.amazon.awssdk.services.s3.model |
| Modifier and Type | Method and Description |
|---|---|
List<CORSRule> |
GetBucketCorsResponse.corsRules()
A set of origins and methods (cross-origin access that you want to allow).
|
List<CORSRule> |
CORSConfiguration.corsRules()
A set of origins and methods (cross-origin access that you want to allow).
|
| Modifier and Type | Method and Description |
|---|---|
GetBucketCorsResponse.Builder |
GetBucketCorsResponse.Builder.corsRules(CORSRule... corsRules)
A set of origins and methods (cross-origin access that you want to allow).
|
CORSConfiguration.Builder |
CORSConfiguration.Builder.corsRules(CORSRule... corsRules)
A set of origins and methods (cross-origin access that you want to allow).
|
| Modifier and Type | Method and Description |
|---|---|
GetBucketCorsResponse.Builder |
GetBucketCorsResponse.Builder.corsRules(Collection<CORSRule> corsRules)
A set of origins and methods (cross-origin access that you want to allow).
|
CORSConfiguration.Builder |
CORSConfiguration.Builder.corsRules(Collection<CORSRule> corsRules)
A set of origins and methods (cross-origin access that you want to allow).
|
Copyright © 2021. All rights reserved.