| 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 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 GetHostedZoneResponse |
Route53Client.getHostedZone(GetHostedZoneRequest getHostedZoneRequest)
Gets information about a specified hosted zone including the four name servers assigned to the hosted zone.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
default CompletableFuture<GetHostedZoneResponse> |
Route53AsyncClient.getHostedZone(GetHostedZoneRequest getHostedZoneRequest)
Gets information about a specified hosted zone including the four name servers assigned to the hosted zone.
|
Copyright © 2020. All rights reserved.