Uses of Class
software.amazon.awssdk.services.cloudfront.model.ResponseHeadersPolicySummary
-
Packages that use ResponseHeadersPolicySummary Package Description software.amazon.awssdk.services.cloudfront.model -
-
Uses of ResponseHeadersPolicySummary in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return types with arguments of type ResponseHeadersPolicySummary Modifier and Type Method Description List<ResponseHeadersPolicySummary>ResponseHeadersPolicyList. items()The response headers policies in the list.Methods in software.amazon.awssdk.services.cloudfront.model with parameters of type ResponseHeadersPolicySummary Modifier and Type Method Description ResponseHeadersPolicyList.BuilderResponseHeadersPolicyList.Builder. items(ResponseHeadersPolicySummary... items)The response headers policies in the list.Method parameters in software.amazon.awssdk.services.cloudfront.model with type arguments of type ResponseHeadersPolicySummary Modifier and Type Method Description ResponseHeadersPolicyList.BuilderResponseHeadersPolicyList.Builder. items(Collection<ResponseHeadersPolicySummary> items)The response headers policies in the list.
-