Uses of Class
software.amazon.awssdk.services.route53.model.GetHealthCheckLastFailureReasonResponse
Packages that use GetHealthCheckLastFailureReasonResponse
Package
Description
Amazon RouteĀ 53 is a highly available and scalable Domain Name System (DNS) web service.
-
Uses of GetHealthCheckLastFailureReasonResponse in software.amazon.awssdk.services.route53
Methods in software.amazon.awssdk.services.route53 that return GetHealthCheckLastFailureReasonResponseModifier and TypeMethodDescriptionRoute53Client.getHealthCheckLastFailureReason(Consumer<GetHealthCheckLastFailureReasonRequest.Builder> getHealthCheckLastFailureReasonRequest) Gets the reason that a specified health check failed most recently.Route53Client.getHealthCheckLastFailureReason(GetHealthCheckLastFailureReasonRequest getHealthCheckLastFailureReasonRequest) Gets the reason that a specified health check failed most recently.Methods in software.amazon.awssdk.services.route53 that return types with arguments of type GetHealthCheckLastFailureReasonResponseModifier and TypeMethodDescriptionRoute53AsyncClient.getHealthCheckLastFailureReason(Consumer<GetHealthCheckLastFailureReasonRequest.Builder> getHealthCheckLastFailureReasonRequest) Gets the reason that a specified health check failed most recently.Route53AsyncClient.getHealthCheckLastFailureReason(GetHealthCheckLastFailureReasonRequest getHealthCheckLastFailureReasonRequest) Gets the reason that a specified health check failed most recently.