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