Uses of Interface
software.amazon.awssdk.services.cloudfront.model.ResponseHeadersPolicyStrictTransportSecurity.Builder
-
Packages that use ResponseHeadersPolicyStrictTransportSecurity.Builder Package Description software.amazon.awssdk.services.cloudfront.model -
-
Uses of ResponseHeadersPolicyStrictTransportSecurity.Builder in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return ResponseHeadersPolicyStrictTransportSecurity.Builder Modifier and Type Method Description ResponseHeadersPolicyStrictTransportSecurity.BuilderResponseHeadersPolicyStrictTransportSecurity.Builder. accessControlMaxAgeSec(Integer accessControlMaxAgeSec)A number that CloudFront uses as the value for themax-agedirective in theStrict-Transport-SecurityHTTP response header.static ResponseHeadersPolicyStrictTransportSecurity.BuilderResponseHeadersPolicyStrictTransportSecurity. builder()ResponseHeadersPolicyStrictTransportSecurity.BuilderResponseHeadersPolicyStrictTransportSecurity.Builder. includeSubdomains(Boolean includeSubdomains)A Boolean that determines whether CloudFront includes theincludeSubDomainsdirective in theStrict-Transport-SecurityHTTP response header.ResponseHeadersPolicyStrictTransportSecurity.BuilderResponseHeadersPolicyStrictTransportSecurity.Builder. override(Boolean override)A Boolean that determines whether CloudFront overrides theStrict-Transport-SecurityHTTP response header received from the origin with the one specified in this response headers policy.ResponseHeadersPolicyStrictTransportSecurity.BuilderResponseHeadersPolicyStrictTransportSecurity.Builder. preload(Boolean preload)A Boolean that determines whether CloudFront includes thepreloaddirective in theStrict-Transport-SecurityHTTP response header.ResponseHeadersPolicyStrictTransportSecurity.BuilderResponseHeadersPolicyStrictTransportSecurity. toBuilder()Methods in software.amazon.awssdk.services.cloudfront.model that return types with arguments of type ResponseHeadersPolicyStrictTransportSecurity.Builder Modifier and Type Method Description static Class<? extends ResponseHeadersPolicyStrictTransportSecurity.Builder>ResponseHeadersPolicyStrictTransportSecurity. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cloudfront.model with type arguments of type ResponseHeadersPolicyStrictTransportSecurity.Builder Modifier and Type Method Description default ResponseHeadersPolicySecurityHeadersConfig.BuilderResponseHeadersPolicySecurityHeadersConfig.Builder. strictTransportSecurity(Consumer<ResponseHeadersPolicyStrictTransportSecurity.Builder> strictTransportSecurity)Determines whether CloudFront includes theStrict-Transport-SecurityHTTP response header and the header's value.
-