| Package | Description |
|---|---|
| software.amazon.awssdk.services.route53 |
Amazon RouteĀ 53 is a highly available and scalable Domain Name System (DNS) web service.
|
| software.amazon.awssdk.services.route53.paginators |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListHealthChecksResponse> |
Route53AsyncClient.listHealthChecks()
Retrieve a list of the health checks that are associated with the current Amazon Web Services account.
|
default CompletableFuture<ListHealthChecksResponse> |
Route53AsyncClient.listHealthChecks(Consumer<ListHealthChecksRequest.Builder> listHealthChecksRequest)
Retrieve a list of the health checks that are associated with the current Amazon Web Services account.
|
default CompletableFuture<ListHealthChecksResponse> |
Route53AsyncClient.listHealthChecks(ListHealthChecksRequest listHealthChecksRequest)
Retrieve a list of the health checks that are associated with the current Amazon Web Services account.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListHealthChecksResponse> |
ListHealthChecksIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListHealthChecksPublisher.subscribe(org.reactivestreams.Subscriber<? super ListHealthChecksResponse> subscriber) |
Copyright © 2023. All rights reserved.