| 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 GetHostedZoneCountResponse |
Route53Client.getHostedZoneCount()
Retrieves the number of hosted zones that are associated with the current Amazon Web Services account.
|
default GetHostedZoneCountResponse |
Route53Client.getHostedZoneCount(Consumer<GetHostedZoneCountRequest.Builder> getHostedZoneCountRequest)
Retrieves the number of hosted zones that are associated with the current Amazon Web Services account.
|
default GetHostedZoneCountResponse |
Route53Client.getHostedZoneCount(GetHostedZoneCountRequest getHostedZoneCountRequest)
Retrieves the number of hosted zones that are associated with the current Amazon Web Services account.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetHostedZoneCountResponse> |
Route53AsyncClient.getHostedZoneCount()
Retrieves the number of hosted zones that are associated with the current Amazon Web Services account.
|
default CompletableFuture<GetHostedZoneCountResponse> |
Route53AsyncClient.getHostedZoneCount(Consumer<GetHostedZoneCountRequest.Builder> getHostedZoneCountRequest)
Retrieves the number of hosted zones that are associated with the current Amazon Web Services account.
|
default CompletableFuture<GetHostedZoneCountResponse> |
Route53AsyncClient.getHostedZoneCount(GetHostedZoneCountRequest getHostedZoneCountRequest)
Retrieves the number of hosted zones that are associated with the current Amazon Web Services account.
|
Copyright © 2022. All rights reserved.