Uses of Class
software.amazon.awssdk.services.cloudfront.model.ResponseHeadersPolicyContentTypeOptions
-
Packages that use ResponseHeadersPolicyContentTypeOptions Package Description software.amazon.awssdk.services.cloudfront.model -
-
Uses of ResponseHeadersPolicyContentTypeOptions in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return ResponseHeadersPolicyContentTypeOptions Modifier and Type Method Description ResponseHeadersPolicyContentTypeOptionsResponseHeadersPolicySecurityHeadersConfig. contentTypeOptions()Determines whether CloudFront includes theX-Content-Type-OptionsHTTP response header with its value set tonosniff.Methods in software.amazon.awssdk.services.cloudfront.model with parameters of type ResponseHeadersPolicyContentTypeOptions Modifier and Type Method Description ResponseHeadersPolicySecurityHeadersConfig.BuilderResponseHeadersPolicySecurityHeadersConfig.Builder. contentTypeOptions(ResponseHeadersPolicyContentTypeOptions contentTypeOptions)Determines whether CloudFront includes theX-Content-Type-OptionsHTTP response header with its value set tonosniff.
-