| 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 ListHostedZonesResponse |
Route53Client.listHostedZones()
Retrieves a list of the public and private hosted zones that are associated with the current Amazon Web Services
account.
|
default ListHostedZonesResponse |
Route53Client.listHostedZones(Consumer<ListHostedZonesRequest.Builder> listHostedZonesRequest)
Retrieves a list of the public and private hosted zones that are associated with the current Amazon Web Services
account.
|
default ListHostedZonesResponse |
Route53Client.listHostedZones(ListHostedZonesRequest listHostedZonesRequest)
Retrieves a list of the public and private hosted zones that are associated with the current Amazon Web Services
account.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListHostedZonesResponse> |
Route53AsyncClient.listHostedZones()
Retrieves a list of the public and private hosted zones that are associated with the current Amazon Web Services
account.
|
default CompletableFuture<ListHostedZonesResponse> |
Route53AsyncClient.listHostedZones(Consumer<ListHostedZonesRequest.Builder> listHostedZonesRequest)
Retrieves a list of the public and private hosted zones that are associated with the current Amazon Web Services
account.
|
default CompletableFuture<ListHostedZonesResponse> |
Route53AsyncClient.listHostedZones(ListHostedZonesRequest listHostedZonesRequest)
Retrieves a list of the public and private hosted zones that are associated with the current Amazon Web Services
account.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListHostedZonesResponse> |
ListHostedZonesIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListHostedZonesPublisher.subscribe(org.reactivestreams.Subscriber<? super ListHostedZonesResponse> subscriber) |
Copyright © 2023. All rights reserved.