Uses of Interface
software.amazon.awssdk.services.cloudfront.model.ResponseHeadersPolicyXSSProtection.Builder
Packages that use ResponseHeadersPolicyXSSProtection.Builder
-
Uses of ResponseHeadersPolicyXSSProtection.Builder in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return ResponseHeadersPolicyXSSProtection.BuilderModifier and TypeMethodDescriptionResponseHeadersPolicyXSSProtection.builder()A Boolean that determines whether CloudFront includes themode=blockdirective in theX-XSS-Protectionheader.A Boolean that determines whether CloudFront overrides theX-XSS-ProtectionHTTP response header received from the origin with the one specified in this response headers policy.ResponseHeadersPolicyXSSProtection.Builder.protection(Boolean protection) A Boolean that determines the value of theX-XSS-ProtectionHTTP response header.A reporting URI, which CloudFront uses as the value of thereportdirective in theX-XSS-Protectionheader.ResponseHeadersPolicyXSSProtection.toBuilder()Methods in software.amazon.awssdk.services.cloudfront.model that return types with arguments of type ResponseHeadersPolicyXSSProtection.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ResponseHeadersPolicyXSSProtection.Builder>ResponseHeadersPolicyXSSProtection.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cloudfront.model with type arguments of type ResponseHeadersPolicyXSSProtection.BuilderModifier and TypeMethodDescriptionResponseHeadersPolicySecurityHeadersConfig.Builder.xssProtection(Consumer<ResponseHeadersPolicyXSSProtection.Builder> xssProtection) Determines whether CloudFront includes theX-XSS-ProtectionHTTP response header and the header's value.