| 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 GetHostedZoneCountResponse |
Route53Client.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(Consumer<GetHostedZoneCountRequest.Builder> getHostedZoneCountRequest)
Retrieves the number of hosted zones that are associated with the current Amazon Web Services account.
|
| Modifier and Type | Method and Description |
|---|---|
static GetHostedZoneCountRequest.Builder |
GetHostedZoneCountRequest.builder() |
GetHostedZoneCountRequest.Builder |
GetHostedZoneCountRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetHostedZoneCountRequest.Builder |
GetHostedZoneCountRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetHostedZoneCountRequest.Builder |
GetHostedZoneCountRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetHostedZoneCountRequest.Builder> |
GetHostedZoneCountRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.