Uses of Class
software.amazon.awssdk.services.cloudfront.model.ListDistributionsByKeyGroupRequest
-
Packages that use ListDistributionsByKeyGroupRequest Package Description software.amazon.awssdk.services.cloudfront Amazon CloudFront software.amazon.awssdk.services.cloudfront.transform -
-
Uses of ListDistributionsByKeyGroupRequest in software.amazon.awssdk.services.cloudfront
Methods in software.amazon.awssdk.services.cloudfront with parameters of type ListDistributionsByKeyGroupRequest Modifier and Type Method Description default CompletableFuture<ListDistributionsByKeyGroupResponse>CloudFrontAsyncClient. listDistributionsByKeyGroup(ListDistributionsByKeyGroupRequest listDistributionsByKeyGroupRequest)Gets a list of distribution IDs for distributions that have a cache behavior that references the specified key group.default ListDistributionsByKeyGroupResponseCloudFrontClient. listDistributionsByKeyGroup(ListDistributionsByKeyGroupRequest listDistributionsByKeyGroupRequest)Gets a list of distribution IDs for distributions that have a cache behavior that references the specified key group. -
Uses of ListDistributionsByKeyGroupRequest in software.amazon.awssdk.services.cloudfront.transform
Methods in software.amazon.awssdk.services.cloudfront.transform with parameters of type ListDistributionsByKeyGroupRequest Modifier and Type Method Description SdkHttpFullRequestListDistributionsByKeyGroupRequestMarshaller. marshall(ListDistributionsByKeyGroupRequest listDistributionsByKeyGroupRequest)
-