Uses of Class
software.amazon.awssdk.services.cloudfront.model.ListCachePoliciesRequest
-
Packages that use ListCachePoliciesRequest Package Description software.amazon.awssdk.services.cloudfront Amazon CloudFront software.amazon.awssdk.services.cloudfront.transform -
-
Uses of ListCachePoliciesRequest in software.amazon.awssdk.services.cloudfront
Methods in software.amazon.awssdk.services.cloudfront with parameters of type ListCachePoliciesRequest Modifier and Type Method Description default CompletableFuture<ListCachePoliciesResponse>CloudFrontAsyncClient. listCachePolicies(ListCachePoliciesRequest listCachePoliciesRequest)Gets a list of cache policies.default ListCachePoliciesResponseCloudFrontClient. listCachePolicies(ListCachePoliciesRequest listCachePoliciesRequest)Gets a list of cache policies. -
Uses of ListCachePoliciesRequest in software.amazon.awssdk.services.cloudfront.transform
Methods in software.amazon.awssdk.services.cloudfront.transform with parameters of type ListCachePoliciesRequest Modifier and Type Method Description SdkHttpFullRequestListCachePoliciesRequestMarshaller. marshall(ListCachePoliciesRequest listCachePoliciesRequest)
-