Uses of Interface
software.amazon.awssdk.services.cloudfront.model.ResponseHeadersPolicyXSSProtection.Builder
-
Packages that use ResponseHeadersPolicyXSSProtection.Builder Package Description software.amazon.awssdk.services.cloudfront.model -
-
Uses of ResponseHeadersPolicyXSSProtection.Builder in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return ResponseHeadersPolicyXSSProtection.Builder Modifier and Type Method Description static ResponseHeadersPolicyXSSProtection.BuilderResponseHeadersPolicyXSSProtection. builder()ResponseHeadersPolicyXSSProtection.BuilderResponseHeadersPolicyXSSProtection.Builder. modeBlock(Boolean modeBlock)A Boolean that determines whether CloudFront includes themode=blockdirective in theX-XSS-Protectionheader.ResponseHeadersPolicyXSSProtection.BuilderResponseHeadersPolicyXSSProtection.Builder. override(Boolean override)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.BuilderResponseHeadersPolicyXSSProtection.Builder. protection(Boolean protection)A Boolean that determines the value of theX-XSS-ProtectionHTTP response header.ResponseHeadersPolicyXSSProtection.BuilderResponseHeadersPolicyXSSProtection.Builder. reportUri(String reportUri)A reporting URI, which CloudFront uses as the value of thereportdirective in theX-XSS-Protectionheader.ResponseHeadersPolicyXSSProtection.BuilderResponseHeadersPolicyXSSProtection. toBuilder()Methods in software.amazon.awssdk.services.cloudfront.model that return types with arguments of type ResponseHeadersPolicyXSSProtection.Builder Modifier and Type Method Description static Class<? extends ResponseHeadersPolicyXSSProtection.Builder>ResponseHeadersPolicyXSSProtection. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cloudfront.model with type arguments of type ResponseHeadersPolicyXSSProtection.Builder Modifier and Type Method Description default ResponseHeadersPolicySecurityHeadersConfig.BuilderResponseHeadersPolicySecurityHeadersConfig.Builder. xssProtection(Consumer<ResponseHeadersPolicyXSSProtection.Builder> xssProtection)Determines whether CloudFront includes theX-XSS-ProtectionHTTP response header and the header's value.
-