Uses of Class
software.amazon.awssdk.services.cloudfront.model.OriginCustomHeader
Packages that use OriginCustomHeader
-
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 OriginCustomHeaderModifier and TypeMethodDescriptionfinal 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 OriginCustomHeaderModifier and TypeMethodDescriptionCustomHeaders.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 OriginCustomHeaderModifier and TypeMethodDescriptionCustomHeaders.Builder.items(Collection<OriginCustomHeader> items) Optional: A list that contains oneOriginCustomHeaderelement for each custom header that you want CloudFront to forward to the origin.