Uses of Class
software.amazon.awssdk.services.route53.model.ListHealthChecksResponse
-
Packages that use ListHealthChecksResponse Package Description software.amazon.awssdk.services.route53 Amazon RouteĀ 53 is a highly available and scalable Domain Name System (DNS) web service.software.amazon.awssdk.services.route53.paginators -
-
Uses of ListHealthChecksResponse in software.amazon.awssdk.services.route53
Methods in software.amazon.awssdk.services.route53 that return ListHealthChecksResponse Modifier and Type Method Description default ListHealthChecksResponseRoute53Client. listHealthChecks()Retrieve a list of the health checks that are associated with the current Amazon Web Services account.default ListHealthChecksResponseRoute53Client. listHealthChecks(Consumer<ListHealthChecksRequest.Builder> listHealthChecksRequest)Retrieve a list of the health checks that are associated with the current Amazon Web Services account.default ListHealthChecksResponseRoute53Client. listHealthChecks(ListHealthChecksRequest listHealthChecksRequest)Retrieve a list of the health checks that are associated with the current Amazon Web Services account.Methods in software.amazon.awssdk.services.route53 that return types with arguments of type ListHealthChecksResponse Modifier and Type Method Description default CompletableFuture<ListHealthChecksResponse>Route53AsyncClient. listHealthChecks()Retrieve a list of the health checks that are associated with the current Amazon Web Services account.default CompletableFuture<ListHealthChecksResponse>Route53AsyncClient. listHealthChecks(Consumer<ListHealthChecksRequest.Builder> listHealthChecksRequest)Retrieve a list of the health checks that are associated with the current Amazon Web Services account.default CompletableFuture<ListHealthChecksResponse>Route53AsyncClient. listHealthChecks(ListHealthChecksRequest listHealthChecksRequest)Retrieve a list of the health checks that are associated with the current Amazon Web Services account. -
Uses of ListHealthChecksResponse in software.amazon.awssdk.services.route53.paginators
Methods in software.amazon.awssdk.services.route53.paginators that return types with arguments of type ListHealthChecksResponse Modifier and Type Method Description Iterator<ListHealthChecksResponse>ListHealthChecksIterable. iterator()Method parameters in software.amazon.awssdk.services.route53.paginators with type arguments of type ListHealthChecksResponse Modifier and Type Method Description voidListHealthChecksPublisher. subscribe(org.reactivestreams.Subscriber<? super ListHealthChecksResponse> subscriber)
-