Uses of Class
software.amazon.awssdk.services.cloudfront.model.ResponseHeadersPolicyAccessControlAllowOrigins
Packages that use ResponseHeadersPolicyAccessControlAllowOrigins
-
Uses of ResponseHeadersPolicyAccessControlAllowOrigins in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return ResponseHeadersPolicyAccessControlAllowOriginsModifier and TypeMethodDescriptionResponseHeadersPolicyCorsConfig.accessControlAllowOrigins()A list of origins (domain names) that CloudFront can use as the value for theAccess-Control-Allow-OriginHTTP response header.Methods in software.amazon.awssdk.services.cloudfront.model with parameters of type ResponseHeadersPolicyAccessControlAllowOriginsModifier and TypeMethodDescriptionResponseHeadersPolicyCorsConfig.Builder.accessControlAllowOrigins(ResponseHeadersPolicyAccessControlAllowOrigins accessControlAllowOrigins) A list of origins (domain names) that CloudFront can use as the value for theAccess-Control-Allow-OriginHTTP response header.