Uses of Class
software.amazon.awssdk.services.route53.paginators.ListHealthChecksIterable
-
Packages that use ListHealthChecksIterable Package Description software.amazon.awssdk.services.route53 Amazon RouteĀ 53 is a highly available and scalable Domain Name System (DNS) web service. -
-
Uses of ListHealthChecksIterable in software.amazon.awssdk.services.route53
Methods in software.amazon.awssdk.services.route53 that return ListHealthChecksIterable Modifier and Type Method Description default ListHealthChecksIterableRoute53Client. listHealthChecksPaginator()Retrieve a list of the health checks that are associated with the current Amazon Web Services account.default ListHealthChecksIterableRoute53Client. listHealthChecksPaginator(Consumer<ListHealthChecksRequest.Builder> listHealthChecksRequest)Retrieve a list of the health checks that are associated with the current Amazon Web Services account.default ListHealthChecksIterableRoute53Client. listHealthChecksPaginator(ListHealthChecksRequest listHealthChecksRequest)Retrieve a list of the health checks that are associated with the current Amazon Web Services account.
-