Uses of Class
software.amazon.awssdk.services.cloudfront.model.ResponseHeadersPolicyXSSProtection
-
Packages that use ResponseHeadersPolicyXSSProtection Package Description software.amazon.awssdk.services.cloudfront.model -
-
Uses of ResponseHeadersPolicyXSSProtection in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return ResponseHeadersPolicyXSSProtection Modifier and Type Method Description ResponseHeadersPolicyXSSProtectionResponseHeadersPolicySecurityHeadersConfig. xssProtection()Determines whether CloudFront includes theX-XSS-ProtectionHTTP response header and the header's value.Methods in software.amazon.awssdk.services.cloudfront.model with parameters of type ResponseHeadersPolicyXSSProtection Modifier and Type Method Description ResponseHeadersPolicySecurityHeadersConfig.BuilderResponseHeadersPolicySecurityHeadersConfig.Builder. xssProtection(ResponseHeadersPolicyXSSProtection xssProtection)Determines whether CloudFront includes theX-XSS-ProtectionHTTP response header and the header's value.
-