Uses of Class
software.amazon.awssdk.services.route53.model.ListHealthChecksResponse
Packages that use ListHealthChecksResponse
Package
Description
Amazon RouteĀ 53 is a highly available and scalable Domain Name System (DNS) web service.
-
Uses of ListHealthChecksResponse in software.amazon.awssdk.services.route53
Methods in software.amazon.awssdk.services.route53 that return ListHealthChecksResponseModifier and TypeMethodDescriptiondefault 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 ListHealthChecksResponseModifier and TypeMethodDescriptionRoute53AsyncClient.listHealthChecks()Retrieve a list of the health checks that are associated with the current Amazon Web Services account.Route53AsyncClient.listHealthChecks(Consumer<ListHealthChecksRequest.Builder> listHealthChecksRequest) Retrieve a list of the health checks that are associated with the current Amazon Web Services account.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 ListHealthChecksResponseMethod parameters in software.amazon.awssdk.services.route53.paginators with type arguments of type ListHealthChecksResponseModifier and TypeMethodDescriptionvoidListHealthChecksPublisher.subscribe(org.reactivestreams.Subscriber<? super ListHealthChecksResponse> subscriber)