Package | Description |
---|---|
com.amazonaws.services.cloudfront.model |
Modifier and Type | Method and Description |
---|---|
ResponseHeadersPolicyFrameOptions |
ResponseHeadersPolicyFrameOptions.clone() |
ResponseHeadersPolicyFrameOptions |
ResponseHeadersPolicySecurityHeadersConfig.getFrameOptions()
Determines whether CloudFront includes the
X-Frame-Options HTTP response header and the header’s
value. |
ResponseHeadersPolicyFrameOptions |
ResponseHeadersPolicyFrameOptions.withFrameOption(FrameOptionsList frameOption)
The value of the
X-Frame-Options HTTP response header. |
ResponseHeadersPolicyFrameOptions |
ResponseHeadersPolicyFrameOptions.withFrameOption(String frameOption)
The value of the
X-Frame-Options HTTP response header. |
ResponseHeadersPolicyFrameOptions |
ResponseHeadersPolicyFrameOptions.withOverride(Boolean override)
A Boolean that determines whether CloudFront overrides the
X-Frame-Options HTTP response header
received from the origin with the one specified in this response headers policy. |
Modifier and Type | Method and Description |
---|---|
void |
ResponseHeadersPolicySecurityHeadersConfig.setFrameOptions(ResponseHeadersPolicyFrameOptions frameOptions)
Determines whether CloudFront includes the
X-Frame-Options HTTP response header and the header’s
value. |
ResponseHeadersPolicySecurityHeadersConfig |
ResponseHeadersPolicySecurityHeadersConfig.withFrameOptions(ResponseHeadersPolicyFrameOptions frameOptions)
Determines whether CloudFront includes the
X-Frame-Options HTTP response header and the header’s
value. |
Copyright © 2021. All rights reserved.