| 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 | |
| software.amazon.awssdk.services.route53.transform |
| Modifier and Type | Method and Description |
|---|---|
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.
|
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.
|
default ListHostedZonesIterable |
Route53Client.listHostedZonesPaginator(ListHostedZonesRequest listHostedZonesRequest)
Retrieves a list of the public and private hosted zones that are associated with the current Amazon Web Services
account.
|
default ListHostedZonesPublisher |
Route53AsyncClient.listHostedZonesPaginator(ListHostedZonesRequest listHostedZonesRequest)
Retrieves a list of the public and private hosted zones that are associated with the current Amazon Web Services
account.
|
| Constructor and Description |
|---|
ListHostedZonesIterable(Route53Client client,
ListHostedZonesRequest firstRequest) |
ListHostedZonesPublisher(Route53AsyncClient client,
ListHostedZonesRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListHostedZonesRequestMarshaller.marshall(ListHostedZonesRequest listHostedZonesRequest) |
Copyright © 2022. All rights reserved.