| 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 GetDnssecResponse |
Route53Client.getDNSSEC(Consumer<GetDnssecRequest.Builder> getDnssecRequest)
Returns information about DNSSEC for a specific hosted zone, including the key-signing keys (KSKs) in the hosted
zone.
|
default GetDnssecResponse |
Route53Client.getDNSSEC(GetDnssecRequest getDnssecRequest)
Returns information about DNSSEC for a specific hosted zone, including the key-signing keys (KSKs) in the hosted
zone.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetDnssecResponse> |
Route53AsyncClient.getDNSSEC(Consumer<GetDnssecRequest.Builder> getDnssecRequest)
Returns information about DNSSEC for a specific hosted zone, including the key-signing keys (KSKs) in the hosted
zone.
|
default CompletableFuture<GetDnssecResponse> |
Route53AsyncClient.getDNSSEC(GetDnssecRequest getDnssecRequest)
Returns information about DNSSEC for a specific hosted zone, including the key-signing keys (KSKs) in the hosted
zone.
|
Copyright © 2022. All rights reserved.