Uses of Interface
software.amazon.awssdk.services.s3.model.CORSConfiguration.Builder
-
Packages that use CORSConfiguration.Builder Package Description software.amazon.awssdk.services.s3.model -
-
Uses of CORSConfiguration.Builder in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return CORSConfiguration.Builder Modifier and Type Method Description static CORSConfiguration.BuilderCORSConfiguration. builder()CORSConfiguration.BuilderCORSConfiguration.Builder. corsRules(Collection<CORSRule> corsRules)A set of origins and methods (cross-origin access that you want to allow).CORSConfiguration.BuilderCORSConfiguration.Builder. corsRules(Consumer<CORSRule.Builder>... corsRules)A set of origins and methods (cross-origin access that you want to allow).CORSConfiguration.BuilderCORSConfiguration.Builder. corsRules(CORSRule... corsRules)A set of origins and methods (cross-origin access that you want to allow).CORSConfiguration.BuilderCORSConfiguration. toBuilder()Methods in software.amazon.awssdk.services.s3.model that return types with arguments of type CORSConfiguration.Builder Modifier and Type Method Description static Class<? extends CORSConfiguration.Builder>CORSConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.s3.model with type arguments of type CORSConfiguration.Builder Modifier and Type Method Description default PutBucketCorsRequest.BuilderPutBucketCorsRequest.Builder. corsConfiguration(Consumer<CORSConfiguration.Builder> corsConfiguration)Describes the cross-origin access configuration for objects in an Amazon S3 bucket.
-