Uses of Class
software.amazon.awssdk.services.cloudfront.model.ListDistributionsByOwnedResourceResponse
Packages that use ListDistributionsByOwnedResourceResponse
-
Uses of ListDistributionsByOwnedResourceResponse in software.amazon.awssdk.services.cloudfront
Methods in software.amazon.awssdk.services.cloudfront that return ListDistributionsByOwnedResourceResponseModifier and TypeMethodDescriptionCloudFrontClient.listDistributionsByOwnedResource(Consumer<ListDistributionsByOwnedResourceRequest.Builder> listDistributionsByOwnedResourceRequest) Lists the CloudFront distributions that are associated with the specified resource that you own.CloudFrontClient.listDistributionsByOwnedResource(ListDistributionsByOwnedResourceRequest listDistributionsByOwnedResourceRequest) Lists the CloudFront distributions that are associated with the specified resource that you own.Methods in software.amazon.awssdk.services.cloudfront that return types with arguments of type ListDistributionsByOwnedResourceResponseModifier and TypeMethodDescriptionCloudFrontAsyncClient.listDistributionsByOwnedResource(Consumer<ListDistributionsByOwnedResourceRequest.Builder> listDistributionsByOwnedResourceRequest) Lists the CloudFront distributions that are associated with the specified resource that you own.CloudFrontAsyncClient.listDistributionsByOwnedResource(ListDistributionsByOwnedResourceRequest listDistributionsByOwnedResourceRequest) Lists the CloudFront distributions that are associated with the specified resource that you own.