Uses of Class
software.amazon.awssdk.services.cloudfront.model.CachePolicySummary
Packages that use CachePolicySummary
-
Uses of CachePolicySummary in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return types with arguments of type CachePolicySummaryModifier and TypeMethodDescriptionfinal List<CachePolicySummary>CachePolicyList.items()Contains the cache policies in the list.Methods in software.amazon.awssdk.services.cloudfront.model with parameters of type CachePolicySummaryModifier and TypeMethodDescriptionCachePolicyList.Builder.items(CachePolicySummary... items) Contains the cache policies in the list.Method parameters in software.amazon.awssdk.services.cloudfront.model with type arguments of type CachePolicySummaryModifier and TypeMethodDescriptionCachePolicyList.Builder.items(Collection<CachePolicySummary> items) Contains the cache policies in the list.