Uses of Class
software.amazon.awssdk.services.cloudfront.model.ListDistributionsByAnycastIpListIdResponse
-
Packages that use ListDistributionsByAnycastIpListIdResponse Package Description software.amazon.awssdk.services.cloudfront Amazon CloudFront -
-
Uses of ListDistributionsByAnycastIpListIdResponse in software.amazon.awssdk.services.cloudfront
Methods in software.amazon.awssdk.services.cloudfront that return ListDistributionsByAnycastIpListIdResponse Modifier and Type Method Description default ListDistributionsByAnycastIpListIdResponseCloudFrontClient. listDistributionsByAnycastIpListId(Consumer<ListDistributionsByAnycastIpListIdRequest.Builder> listDistributionsByAnycastIpListIdRequest)Lists the distributions in your account that are associated with the specifiedAnycastIpListId.default ListDistributionsByAnycastIpListIdResponseCloudFrontClient. 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 ListDistributionsByAnycastIpListIdResponse Modifier and Type Method Description default CompletableFuture<ListDistributionsByAnycastIpListIdResponse>CloudFrontAsyncClient. listDistributionsByAnycastIpListId(Consumer<ListDistributionsByAnycastIpListIdRequest.Builder> listDistributionsByAnycastIpListIdRequest)Lists the distributions in your account that are associated with the specifiedAnycastIpListId.default CompletableFuture<ListDistributionsByAnycastIpListIdResponse>CloudFrontAsyncClient. listDistributionsByAnycastIpListId(ListDistributionsByAnycastIpListIdRequest listDistributionsByAnycastIpListIdRequest)Lists the distributions in your account that are associated with the specifiedAnycastIpListId.
-