Uses of Interface
software.amazon.awssdk.services.cloudfront.model.CachePolicyList.Builder
Packages that use CachePolicyList.Builder
-
Uses of CachePolicyList.Builder in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return CachePolicyList.BuilderModifier and TypeMethodDescriptionstatic CachePolicyList.BuilderCachePolicyList.builder()CachePolicyList.Builder.items(Collection<CachePolicySummary> items) Contains the cache policies in the list.CachePolicyList.Builder.items(Consumer<CachePolicySummary.Builder>... items) Contains the cache policies in the list.CachePolicyList.Builder.items(CachePolicySummary... items) Contains the cache policies in the list.The maximum number of cache policies requested.CachePolicyList.Builder.nextMarker(String nextMarker) If there are more items in the list than are in this response, this element is present.The total number of cache policies returned in the response.CachePolicyList.toBuilder()Methods in software.amazon.awssdk.services.cloudfront.model that return types with arguments of type CachePolicyList.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CachePolicyList.Builder>CachePolicyList.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cloudfront.model with type arguments of type CachePolicyList.BuilderModifier and TypeMethodDescriptionListCachePoliciesResponse.Builder.cachePolicyList(Consumer<CachePolicyList.Builder> cachePolicyList) A list of cache policies.