| Package | Description |
|---|---|
| software.amazon.awssdk.services.route53 |
Amazon Route 53 is a highly available and scalable Domain Name System (DNS) web service.
|
| Modifier and Type | Method and Description |
|---|---|
default GetHealthCheckCountResponse |
Route53Client.getHealthCheckCount()
Retrieves the number of health checks that are associated with the current AWS account.
|
default GetHealthCheckCountResponse |
Route53Client.getHealthCheckCount(Consumer<GetHealthCheckCountRequest.Builder> getHealthCheckCountRequest)
Retrieves the number of health checks that are associated with the current AWS account.
|
default GetHealthCheckCountResponse |
Route53Client.getHealthCheckCount(GetHealthCheckCountRequest getHealthCheckCountRequest)
Retrieves the number of health checks that are associated with the current AWS account.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetHealthCheckCountResponse> |
Route53AsyncClient.getHealthCheckCount()
Retrieves the number of health checks that are associated with the current AWS account.
|
default CompletableFuture<GetHealthCheckCountResponse> |
Route53AsyncClient.getHealthCheckCount(Consumer<GetHealthCheckCountRequest.Builder> getHealthCheckCountRequest)
Retrieves the number of health checks that are associated with the current AWS account.
|
default CompletableFuture<GetHealthCheckCountResponse> |
Route53AsyncClient.getHealthCheckCount(GetHealthCheckCountRequest getHealthCheckCountRequest)
Retrieves the number of health checks that are associated with the current AWS account.
|
Copyright © 2020. All rights reserved.