Uses of Class
software.amazon.awssdk.services.cloudfront.model.ResponseHeadersPolicySummary
Packages that use ResponseHeadersPolicySummary
-
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 ResponseHeadersPolicySummaryModifier and TypeMethodDescriptionfinal List<ResponseHeadersPolicySummary>ResponseHeadersPolicyList.items()The response headers policies in the list.Methods in software.amazon.awssdk.services.cloudfront.model with parameters of type ResponseHeadersPolicySummaryModifier and TypeMethodDescriptionResponseHeadersPolicyList.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 ResponseHeadersPolicySummaryModifier and TypeMethodDescriptionResponseHeadersPolicyList.Builder.items(Collection<ResponseHeadersPolicySummary> items) The response headers policies in the list.