Uses of Class
software.amazon.awssdk.services.s3.model.GetBucketCorsResponse
-
Packages that use GetBucketCorsResponse Package Description software.amazon.awssdk.services.s3 -
-
Uses of GetBucketCorsResponse in software.amazon.awssdk.services.s3
Methods in software.amazon.awssdk.services.s3 that return GetBucketCorsResponse Modifier and Type Method Description GetBucketCorsResponseDelegatingS3Client. getBucketCors(GetBucketCorsRequest getBucketCorsRequest)Returns the Cross-Origin Resource Sharing (CORS) configuration information set for the bucket.default GetBucketCorsResponseS3Client. getBucketCors(Consumer<GetBucketCorsRequest.Builder> getBucketCorsRequest)Returns the Cross-Origin Resource Sharing (CORS) configuration information set for the bucket.default GetBucketCorsResponseS3Client. getBucketCors(GetBucketCorsRequest getBucketCorsRequest)Returns the Cross-Origin Resource Sharing (CORS) configuration information set for the bucket.Methods in software.amazon.awssdk.services.s3 that return types with arguments of type GetBucketCorsResponse Modifier and Type Method Description CompletableFuture<GetBucketCorsResponse>DelegatingS3AsyncClient. getBucketCors(GetBucketCorsRequest getBucketCorsRequest)Returns the Cross-Origin Resource Sharing (CORS) configuration information set for the bucket.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.
-