Uses of Class
software.amazon.awssdk.services.cloudfront.model.OriginCustomHeader
-
Packages that use OriginCustomHeader Package Description software.amazon.awssdk.services.cloudfront.model -
-
Uses of OriginCustomHeader in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return types with arguments of type OriginCustomHeader Modifier and Type Method Description List<OriginCustomHeader>CustomHeaders. items()Optional: A list that contains oneOriginCustomHeaderelement for each custom header that you want CloudFront to forward to the origin.Methods in software.amazon.awssdk.services.cloudfront.model with parameters of type OriginCustomHeader Modifier and Type Method Description CustomHeaders.BuilderCustomHeaders.Builder. items(OriginCustomHeader... items)Optional: A list that contains oneOriginCustomHeaderelement for each custom header that you want CloudFront to forward to the origin.Method parameters in software.amazon.awssdk.services.cloudfront.model with type arguments of type OriginCustomHeader Modifier and Type Method Description CustomHeaders.BuilderCustomHeaders.Builder. items(Collection<OriginCustomHeader> items)Optional: A list that contains oneOriginCustomHeaderelement for each custom header that you want CloudFront to forward to the origin.
-