Uses of Interface
software.amazon.awssdk.services.cloudfront.model.ResponseHeadersPolicyReferrerPolicy.Builder
Packages that use ResponseHeadersPolicyReferrerPolicy.Builder
-
Uses of ResponseHeadersPolicyReferrerPolicy.Builder in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return ResponseHeadersPolicyReferrerPolicy.BuilderModifier and TypeMethodDescriptionResponseHeadersPolicyReferrerPolicy.builder()A Boolean that determines whether CloudFront overrides theReferrer-PolicyHTTP response header received from the origin with the one specified in this response headers policy.ResponseHeadersPolicyReferrerPolicy.Builder.referrerPolicy(String referrerPolicy) The value of theReferrer-PolicyHTTP response header.ResponseHeadersPolicyReferrerPolicy.Builder.referrerPolicy(ReferrerPolicyList referrerPolicy) The value of theReferrer-PolicyHTTP response header.ResponseHeadersPolicyReferrerPolicy.toBuilder()Methods in software.amazon.awssdk.services.cloudfront.model that return types with arguments of type ResponseHeadersPolicyReferrerPolicy.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ResponseHeadersPolicyReferrerPolicy.Builder>ResponseHeadersPolicyReferrerPolicy.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cloudfront.model with type arguments of type ResponseHeadersPolicyReferrerPolicy.BuilderModifier and TypeMethodDescriptionResponseHeadersPolicySecurityHeadersConfig.Builder.referrerPolicy(Consumer<ResponseHeadersPolicyReferrerPolicy.Builder> referrerPolicy) Determines whether CloudFront includes theReferrer-PolicyHTTP response header and the header's value.