Uses of Interface
software.amazon.awssdk.services.cloudfront.model.ResponseHeadersPolicySecurityHeadersConfig.Builder
Packages that use ResponseHeadersPolicySecurityHeadersConfig.Builder
-
Uses of ResponseHeadersPolicySecurityHeadersConfig.Builder in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return ResponseHeadersPolicySecurityHeadersConfig.BuilderModifier and TypeMethodDescriptionResponseHeadersPolicySecurityHeadersConfig.builder()ResponseHeadersPolicySecurityHeadersConfig.Builder.contentSecurityPolicy(Consumer<ResponseHeadersPolicyContentSecurityPolicy.Builder> contentSecurityPolicy) The policy directives and their values that CloudFront includes as values for theContent-Security-PolicyHTTP response header.ResponseHeadersPolicySecurityHeadersConfig.Builder.contentSecurityPolicy(ResponseHeadersPolicyContentSecurityPolicy contentSecurityPolicy) The policy directives and their values that CloudFront includes as values for theContent-Security-PolicyHTTP response header.ResponseHeadersPolicySecurityHeadersConfig.Builder.contentTypeOptions(Consumer<ResponseHeadersPolicyContentTypeOptions.Builder> contentTypeOptions) Determines whether CloudFront includes theX-Content-Type-OptionsHTTP response header with its value set tonosniff.ResponseHeadersPolicySecurityHeadersConfig.Builder.contentTypeOptions(ResponseHeadersPolicyContentTypeOptions contentTypeOptions) Determines whether CloudFront includes theX-Content-Type-OptionsHTTP response header with its value set tonosniff.ResponseHeadersPolicySecurityHeadersConfig.Builder.frameOptions(Consumer<ResponseHeadersPolicyFrameOptions.Builder> frameOptions) Determines whether CloudFront includes theX-Frame-OptionsHTTP response header and the header's value.ResponseHeadersPolicySecurityHeadersConfig.Builder.frameOptions(ResponseHeadersPolicyFrameOptions frameOptions) Determines whether CloudFront includes theX-Frame-OptionsHTTP response header and the header's value.ResponseHeadersPolicySecurityHeadersConfig.Builder.referrerPolicy(Consumer<ResponseHeadersPolicyReferrerPolicy.Builder> referrerPolicy) Determines whether CloudFront includes theReferrer-PolicyHTTP response header and the header's value.ResponseHeadersPolicySecurityHeadersConfig.Builder.referrerPolicy(ResponseHeadersPolicyReferrerPolicy referrerPolicy) Determines whether CloudFront includes theReferrer-PolicyHTTP response header and the header's value.ResponseHeadersPolicySecurityHeadersConfig.Builder.strictTransportSecurity(Consumer<ResponseHeadersPolicyStrictTransportSecurity.Builder> strictTransportSecurity) Determines whether CloudFront includes theStrict-Transport-SecurityHTTP response header and the header's value.ResponseHeadersPolicySecurityHeadersConfig.Builder.strictTransportSecurity(ResponseHeadersPolicyStrictTransportSecurity strictTransportSecurity) Determines whether CloudFront includes theStrict-Transport-SecurityHTTP response header and the header's value.ResponseHeadersPolicySecurityHeadersConfig.toBuilder()ResponseHeadersPolicySecurityHeadersConfig.Builder.xssProtection(Consumer<ResponseHeadersPolicyXSSProtection.Builder> xssProtection) Determines whether CloudFront includes theX-XSS-ProtectionHTTP response header and the header's value.ResponseHeadersPolicySecurityHeadersConfig.Builder.xssProtection(ResponseHeadersPolicyXSSProtection xssProtection) Determines whether CloudFront includes theX-XSS-ProtectionHTTP response header and the header's value.Methods in software.amazon.awssdk.services.cloudfront.model that return types with arguments of type ResponseHeadersPolicySecurityHeadersConfig.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ResponseHeadersPolicySecurityHeadersConfig.Builder>ResponseHeadersPolicySecurityHeadersConfig.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cloudfront.model with type arguments of type ResponseHeadersPolicySecurityHeadersConfig.BuilderModifier and TypeMethodDescriptionResponseHeadersPolicyConfig.Builder.securityHeadersConfig(Consumer<ResponseHeadersPolicySecurityHeadersConfig.Builder> securityHeadersConfig) A configuration for a set of security-related HTTP response headers.