Uses of Class
software.amazon.awssdk.services.route53.model.GetHealthCheckCountResponse
Packages that use GetHealthCheckCountResponse
Package
Description
Amazon RouteĀ 53 is a highly available and scalable Domain Name System (DNS) web service.
-
Uses of GetHealthCheckCountResponse in software.amazon.awssdk.services.route53
Methods in software.amazon.awssdk.services.route53 that return GetHealthCheckCountResponseModifier and TypeMethodDescriptiondefault GetHealthCheckCountResponseRoute53Client.getHealthCheckCount()Retrieves the number of health checks that are associated with the current Amazon Web Services account.default GetHealthCheckCountResponseRoute53Client.getHealthCheckCount(Consumer<GetHealthCheckCountRequest.Builder> getHealthCheckCountRequest) Retrieves the number of health checks that are associated with the current Amazon Web Services account.default GetHealthCheckCountResponseRoute53Client.getHealthCheckCount(GetHealthCheckCountRequest getHealthCheckCountRequest) Retrieves the number of 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 GetHealthCheckCountResponseModifier and TypeMethodDescriptionRoute53AsyncClient.getHealthCheckCount()Retrieves the number of health checks that are associated with the current Amazon Web Services account.Route53AsyncClient.getHealthCheckCount(Consumer<GetHealthCheckCountRequest.Builder> getHealthCheckCountRequest) Retrieves the number of health checks that are associated with the current Amazon Web Services account.Route53AsyncClient.getHealthCheckCount(GetHealthCheckCountRequest getHealthCheckCountRequest) Retrieves the number of health checks that are associated with the current Amazon Web Services account.