Uses of Class
software.amazon.awssdk.services.s3.model.CORSRule
-
Packages that use CORSRule Package Description software.amazon.awssdk.services.s3.model -
-
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 CORSRule Modifier and Type Method Description List<CORSRule>CORSConfiguration. corsRules()A set of origins and methods (cross-origin access that you want to allow).List<CORSRule>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 CORSRule Modifier and Type Method Description CORSConfiguration.BuilderCORSConfiguration.Builder. corsRules(CORSRule... corsRules)A set of origins and methods (cross-origin access that you want to allow).GetBucketCorsResponse.BuilderGetBucketCorsResponse.Builder. corsRules(CORSRule... corsRules)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 CORSRule Modifier and Type Method Description CORSConfiguration.BuilderCORSConfiguration.Builder. corsRules(Collection<CORSRule> corsRules)A set of origins and methods (cross-origin access that you want to allow).GetBucketCorsResponse.BuilderGetBucketCorsResponse.Builder. corsRules(Collection<CORSRule> corsRules)A set of origins and methods (cross-origin access that you want to allow).
-