| Package | Description |
|---|---|
| software.amazon.awssdk.services.s3 |
|
| software.amazon.awssdk.services.s3.internal |
| Modifier and Type | Method and Description |
|---|---|
default GetBucketCorsResponse |
S3Client.getBucketCors(Consumer<GetBucketCorsRequest.Builder> getBucketCorsRequest)
Returns the Cross-Origin Resource Sharing (CORS) configuration information set for the bucket.
|
default GetBucketCorsResponse |
S3Client.getBucketCors(GetBucketCorsRequest getBucketCorsRequest)
Returns the Cross-Origin Resource Sharing (CORS) configuration information set for the bucket.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetBucketCorsResponse> |
S3AsyncClient.getBucketCors(Consumer<GetBucketCorsRequest.Builder> getBucketCorsRequest)
Returns the Cross-Origin Resource Sharing (CORS) configuration information set for the bucket.
|
default CompletableFuture<GetBucketCorsResponse> |
S3AsyncClient.getBucketCors(GetBucketCorsRequest getBucketCorsRequest)
Returns the Cross-Origin Resource Sharing (CORS) configuration information set for the bucket.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<GetBucketCorsResponse> |
DelegatingS3AsyncClient.getBucketCors(GetBucketCorsRequest getBucketCorsRequest)
Returns the Cross-Origin Resource Sharing (CORS) configuration information set for the bucket.
|
Copyright © 2022. All rights reserved.