Uses of Class
software.amazon.awssdk.services.route53.paginators.ListHostedZonesPublisher
-
Packages that use ListHostedZonesPublisher Package Description software.amazon.awssdk.services.route53 Amazon RouteĀ 53 is a highly available and scalable Domain Name System (DNS) web service. -
-
Uses of ListHostedZonesPublisher in software.amazon.awssdk.services.route53
Methods in software.amazon.awssdk.services.route53 that return ListHostedZonesPublisher Modifier and Type Method Description default ListHostedZonesPublisherRoute53AsyncClient. listHostedZonesPaginator()Retrieves a list of the public and private hosted zones that are associated with the current Amazon Web Services account.default ListHostedZonesPublisherRoute53AsyncClient. listHostedZonesPaginator(Consumer<ListHostedZonesRequest.Builder> listHostedZonesRequest)Retrieves a list of the public and private hosted zones that are associated with the current Amazon Web Services account.default ListHostedZonesPublisherRoute53AsyncClient. listHostedZonesPaginator(ListHostedZonesRequest listHostedZonesRequest)Retrieves a list of the public and private hosted zones that are associated with the current Amazon Web Services account.
-