Uses of Class
software.amazon.awssdk.services.cloudfront.model.ListCachePoliciesResponse
-
Packages that use ListCachePoliciesResponse Package Description software.amazon.awssdk.services.cloudfront Amazon CloudFront -
-
Uses of ListCachePoliciesResponse in software.amazon.awssdk.services.cloudfront
Methods in software.amazon.awssdk.services.cloudfront that return ListCachePoliciesResponse Modifier and Type Method Description default ListCachePoliciesResponse
CloudFrontClient. listCachePolicies(Consumer<ListCachePoliciesRequest.Builder> listCachePoliciesRequest)
Gets a list of cache policies.default ListCachePoliciesResponse
CloudFrontClient. listCachePolicies(ListCachePoliciesRequest listCachePoliciesRequest)
Gets a list of cache policies.Methods in software.amazon.awssdk.services.cloudfront that return types with arguments of type ListCachePoliciesResponse Modifier and Type Method Description default CompletableFuture<ListCachePoliciesResponse>
CloudFrontAsyncClient. listCachePolicies(Consumer<ListCachePoliciesRequest.Builder> listCachePoliciesRequest)
Gets a list of cache policies.default CompletableFuture<ListCachePoliciesResponse>
CloudFrontAsyncClient. listCachePolicies(ListCachePoliciesRequest listCachePoliciesRequest)
Gets a list of cache policies.
-