Uses of Class
software.amazon.awssdk.services.route53.model.GetHealthCheckCountResponse
-
Packages that use GetHealthCheckCountResponse Package Description software.amazon.awssdk.services.route53 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 GetHealthCheckCountResponse Modifier and Type Method Description default 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 GetHealthCheckCountResponse Modifier and Type Method Description default CompletableFuture<GetHealthCheckCountResponse>Route53AsyncClient. getHealthCheckCount()Retrieves the number of health checks that are associated with the current Amazon Web Services account.default CompletableFuture<GetHealthCheckCountResponse>Route53AsyncClient. getHealthCheckCount(Consumer<GetHealthCheckCountRequest.Builder> getHealthCheckCountRequest)Retrieves the number of health checks that are associated with the current Amazon Web Services account.default CompletableFuture<GetHealthCheckCountResponse>Route53AsyncClient. getHealthCheckCount(GetHealthCheckCountRequest getHealthCheckCountRequest)Retrieves the number of health checks that are associated with the current Amazon Web Services account.
-