| 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.model |
| Modifier and Type | Method and Description |
|---|---|
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 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 ListHostedZonesIterable |
Route53Client.listHostedZonesPaginator(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 ListHostedZonesPublisher |
Route53AsyncClient.listHostedZonesPaginator(Consumer<ListHostedZonesRequest.Builder> 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 |
|---|---|
static ListHostedZonesRequest.Builder |
ListHostedZonesRequest.builder() |
ListHostedZonesRequest.Builder |
ListHostedZonesRequest.Builder.delegationSetId(String delegationSetId)
If you're using reusable delegation sets and you want to list all of the hosted zones that are associated
with a reusable delegation set, specify the ID of that reusable delegation set.
|
ListHostedZonesRequest.Builder |
ListHostedZonesRequest.Builder.marker(String marker)
If the value of
IsTruncated in the previous response was true, you have more hosted
zones. |
ListHostedZonesRequest.Builder |
ListHostedZonesRequest.Builder.maxItems(String maxItems)
(Optional) The maximum number of hosted zones that you want Amazon Route 53 to return.
|
ListHostedZonesRequest.Builder |
ListHostedZonesRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListHostedZonesRequest.Builder |
ListHostedZonesRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListHostedZonesRequest.Builder |
ListHostedZonesRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListHostedZonesRequest.Builder> |
ListHostedZonesRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.