Uses of Class
software.amazon.awssdk.services.cloudfront.model.CachePolicySummary
-
Packages that use CachePolicySummary Package Description software.amazon.awssdk.services.cloudfront.model -
-
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 CachePolicySummary Modifier and Type Method Description List<CachePolicySummary>CachePolicyList. items()Contains the cache policies in the list.Methods in software.amazon.awssdk.services.cloudfront.model with parameters of type CachePolicySummary Modifier and Type Method Description CachePolicyList.BuilderCachePolicyList.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 CachePolicySummary Modifier and Type Method Description CachePolicyList.BuilderCachePolicyList.Builder. items(Collection<CachePolicySummary> items)Contains the cache policies in the list.
-