Uses of Class
software.amazon.awssdk.services.route53.model.GetHealthCheckStatusResponse
Packages that use GetHealthCheckStatusResponse
Package
Description
Amazon RouteĀ 53 is a highly available and scalable Domain Name System (DNS) web service.
-
Uses of GetHealthCheckStatusResponse in software.amazon.awssdk.services.route53
Methods in software.amazon.awssdk.services.route53 that return GetHealthCheckStatusResponseModifier and TypeMethodDescriptiondefault GetHealthCheckStatusResponseRoute53Client.getHealthCheckStatus(Consumer<GetHealthCheckStatusRequest.Builder> getHealthCheckStatusRequest) Gets status of a specified health check.default GetHealthCheckStatusResponseRoute53Client.getHealthCheckStatus(GetHealthCheckStatusRequest getHealthCheckStatusRequest) Gets status of a specified health check.Methods in software.amazon.awssdk.services.route53 that return types with arguments of type GetHealthCheckStatusResponseModifier and TypeMethodDescriptionRoute53AsyncClient.getHealthCheckStatus(Consumer<GetHealthCheckStatusRequest.Builder> getHealthCheckStatusRequest) Gets status of a specified health check.Route53AsyncClient.getHealthCheckStatus(GetHealthCheckStatusRequest getHealthCheckStatusRequest) Gets status of a specified health check.