| 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 GetHealthCheckResponse |
Route53Client.getHealthCheck(Consumer<GetHealthCheckRequest.Builder> getHealthCheckRequest)
Gets information about a specified health check.
|
default GetHealthCheckResponse |
Route53Client.getHealthCheck(GetHealthCheckRequest getHealthCheckRequest)
Gets information about a specified health check.
|
default ListHealthChecksResponse |
Route53Client.listHealthChecks()
Retrieve a list of the health checks that are associated with the current Amazon Web Services account.
|
default ListHealthChecksResponse |
Route53Client.listHealthChecks(Consumer<ListHealthChecksRequest.Builder> listHealthChecksRequest)
Retrieve a list of the health checks that are associated with the current Amazon Web Services account.
|
default ListHealthChecksResponse |
Route53Client.listHealthChecks(ListHealthChecksRequest listHealthChecksRequest)
Retrieve a list of the health checks that are associated with the current Amazon Web Services account.
|
default ListHealthChecksIterable |
Route53Client.listHealthChecksPaginator()
Retrieve a list of the health checks that are associated with the current Amazon Web Services account.
|
default ListHealthChecksIterable |
Route53Client.listHealthChecksPaginator(Consumer<ListHealthChecksRequest.Builder> listHealthChecksRequest)
Retrieve a list of the health checks that are associated with the current Amazon Web Services account.
|
default ListHealthChecksIterable |
Route53Client.listHealthChecksPaginator(ListHealthChecksRequest listHealthChecksRequest)
Retrieve a list of the health checks that are associated with the current Amazon Web Services account.
|
Copyright © 2023. All rights reserved.