Uses of Interface
software.amazon.awssdk.services.cloudfront.model.ResponseHeadersPolicyStrictTransportSecurity.Builder
Packages that use ResponseHeadersPolicyStrictTransportSecurity.Builder
-
Uses of ResponseHeadersPolicyStrictTransportSecurity.Builder in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return ResponseHeadersPolicyStrictTransportSecurity.BuilderModifier and TypeMethodDescriptionResponseHeadersPolicyStrictTransportSecurity.Builder.accessControlMaxAgeSec(Integer accessControlMaxAgeSec) A number that CloudFront uses as the value for themax-agedirective in theStrict-Transport-SecurityHTTP response header.ResponseHeadersPolicyStrictTransportSecurity.builder()ResponseHeadersPolicyStrictTransportSecurity.Builder.includeSubdomains(Boolean includeSubdomains) A Boolean that determines whether CloudFront includes theincludeSubDomainsdirective in theStrict-Transport-SecurityHTTP response header.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.A Boolean that determines whether CloudFront includes thepreloaddirective in theStrict-Transport-SecurityHTTP response header.ResponseHeadersPolicyStrictTransportSecurity.toBuilder()Methods in software.amazon.awssdk.services.cloudfront.model that return types with arguments of type ResponseHeadersPolicyStrictTransportSecurity.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ResponseHeadersPolicyStrictTransportSecurity.Builder>ResponseHeadersPolicyStrictTransportSecurity.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cloudfront.model with type arguments of type ResponseHeadersPolicyStrictTransportSecurity.BuilderModifier and TypeMethodDescriptionResponseHeadersPolicySecurityHeadersConfig.Builder.strictTransportSecurity(Consumer<ResponseHeadersPolicyStrictTransportSecurity.Builder> strictTransportSecurity) Determines whether CloudFront includes theStrict-Transport-SecurityHTTP response header and the header's value.