Uses of Class
software.amazon.awssdk.services.cloudfront.model.ListDistributionsByAnycastIpListIdResponse
Packages that use ListDistributionsByAnycastIpListIdResponse
-
Uses of ListDistributionsByAnycastIpListIdResponse in software.amazon.awssdk.services.cloudfront
Methods in software.amazon.awssdk.services.cloudfront that return ListDistributionsByAnycastIpListIdResponseModifier and TypeMethodDescriptionCloudFrontClient.listDistributionsByAnycastIpListId(Consumer<ListDistributionsByAnycastIpListIdRequest.Builder> listDistributionsByAnycastIpListIdRequest) Lists the distributions in your account that are associated with the specifiedAnycastIpListId.CloudFrontClient.listDistributionsByAnycastIpListId(ListDistributionsByAnycastIpListIdRequest listDistributionsByAnycastIpListIdRequest) Lists the distributions in your account that are associated with the specifiedAnycastIpListId.Methods in software.amazon.awssdk.services.cloudfront that return types with arguments of type ListDistributionsByAnycastIpListIdResponseModifier and TypeMethodDescriptionCloudFrontAsyncClient.listDistributionsByAnycastIpListId(Consumer<ListDistributionsByAnycastIpListIdRequest.Builder> listDistributionsByAnycastIpListIdRequest) Lists the distributions in your account that are associated with the specifiedAnycastIpListId.CloudFrontAsyncClient.listDistributionsByAnycastIpListId(ListDistributionsByAnycastIpListIdRequest listDistributionsByAnycastIpListIdRequest) Lists the distributions in your account that are associated with the specifiedAnycastIpListId.