Uses of Class
software.amazon.awssdk.services.cloudfront.model.CustomHeaders
-
Packages that use CustomHeaders Package Description software.amazon.awssdk.services.cloudfront.model -
-
Uses of CustomHeaders in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return CustomHeaders Modifier and Type Method Description CustomHeadersOrigin. customHeaders()A list of HTTP header names and values that CloudFront adds to the requests that it sends to the origin.Methods in software.amazon.awssdk.services.cloudfront.model with parameters of type CustomHeaders Modifier and Type Method Description Origin.BuilderOrigin.Builder. customHeaders(CustomHeaders customHeaders)A list of HTTP header names and values that CloudFront adds to the requests that it sends to the origin.
-