| 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 GetHostedZoneResponse |
Route53Client.getHostedZone(Consumer<GetHostedZoneRequest.Builder> getHostedZoneRequest)
Gets information about a specified hosted zone including the four name servers assigned to the hosted zone.
|
default CompletableFuture<GetHostedZoneResponse> |
Route53AsyncClient.getHostedZone(Consumer<GetHostedZoneRequest.Builder> getHostedZoneRequest)
Gets information about a specified hosted zone including the four name servers assigned to the hosted zone.
|
| Modifier and Type | Method and Description |
|---|---|
static GetHostedZoneRequest.Builder |
GetHostedZoneRequest.builder() |
GetHostedZoneRequest.Builder |
GetHostedZoneRequest.Builder.id(String id)
The ID of the hosted zone that you want to get information about.
|
GetHostedZoneRequest.Builder |
GetHostedZoneRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetHostedZoneRequest.Builder |
GetHostedZoneRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetHostedZoneRequest.Builder |
GetHostedZoneRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetHostedZoneRequest.Builder> |
GetHostedZoneRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.