Uses of Class
software.amazon.awssdk.services.s3.model.CORSRule
Packages that use CORSRule
-
Uses of CORSRule in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return types with arguments of type CORSRuleModifier and TypeMethodDescriptionCORSConfiguration.corsRules()A set of origins and methods (cross-origin access that you want to allow).GetBucketCorsResponse.corsRules()A set of origins and methods (cross-origin access that you want to allow).Methods in software.amazon.awssdk.services.s3.model with parameters of type CORSRuleModifier and TypeMethodDescriptionA 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).Method parameters in software.amazon.awssdk.services.s3.model with type arguments of type CORSRuleModifier and TypeMethodDescriptionCORSConfiguration.Builder.corsRules(Collection<CORSRule> corsRules) A set of origins and methods (cross-origin access that you want to allow).GetBucketCorsResponse.Builder.corsRules(Collection<CORSRule> corsRules) A set of origins and methods (cross-origin access that you want to allow).