Uses of Interface
software.amazon.awssdk.services.cloudfront.model.ResponseHeadersPolicyContentSecurityPolicy.Builder
Packages that use ResponseHeadersPolicyContentSecurityPolicy.Builder
-
Uses of ResponseHeadersPolicyContentSecurityPolicy.Builder in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return ResponseHeadersPolicyContentSecurityPolicy.BuilderModifier and TypeMethodDescriptionResponseHeadersPolicyContentSecurityPolicy.builder()ResponseHeadersPolicyContentSecurityPolicy.Builder.contentSecurityPolicy(String contentSecurityPolicy) The policy directives and their values that CloudFront includes as values for theContent-Security-PolicyHTTP response header.A Boolean that determines whether CloudFront overrides theContent-Security-PolicyHTTP response header received from the origin with the one specified in this response headers policy.ResponseHeadersPolicyContentSecurityPolicy.toBuilder()Methods in software.amazon.awssdk.services.cloudfront.model that return types with arguments of type ResponseHeadersPolicyContentSecurityPolicy.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ResponseHeadersPolicyContentSecurityPolicy.Builder>ResponseHeadersPolicyContentSecurityPolicy.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cloudfront.model with type arguments of type ResponseHeadersPolicyContentSecurityPolicy.BuilderModifier and TypeMethodDescriptionResponseHeadersPolicySecurityHeadersConfig.Builder.contentSecurityPolicy(Consumer<ResponseHeadersPolicyContentSecurityPolicy.Builder> contentSecurityPolicy) The policy directives and their values that CloudFront includes as values for theContent-Security-PolicyHTTP response header.