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