Uses of Class
software.amazon.awssdk.services.route53.paginators.ListCidrLocationsPublisher
-
Packages that use ListCidrLocationsPublisher Package Description software.amazon.awssdk.services.route53 Amazon RouteĀ 53 is a highly available and scalable Domain Name System (DNS) web service. -
-
Uses of ListCidrLocationsPublisher in software.amazon.awssdk.services.route53
Methods in software.amazon.awssdk.services.route53 that return ListCidrLocationsPublisher Modifier and Type Method Description default ListCidrLocationsPublisherRoute53AsyncClient. listCidrLocationsPaginator(Consumer<ListCidrLocationsRequest.Builder> listCidrLocationsRequest)Returns a paginated list of CIDR locations for the given collection (metadata only, does not include CIDR blocks).default ListCidrLocationsPublisherRoute53AsyncClient. listCidrLocationsPaginator(ListCidrLocationsRequest listCidrLocationsRequest)Returns a paginated list of CIDR locations for the given collection (metadata only, does not include CIDR blocks).
-