Uses of Class
software.amazon.awssdk.services.route53.model.GetDnssecResponse
-
Packages that use GetDnssecResponse Package Description software.amazon.awssdk.services.route53 Amazon RouteĀ 53 is a highly available and scalable Domain Name System (DNS) web service. -
-
Uses of GetDnssecResponse in software.amazon.awssdk.services.route53
Methods in software.amazon.awssdk.services.route53 that return GetDnssecResponse Modifier and Type Method Description default GetDnssecResponseRoute53Client. 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 GetDnssecResponseRoute53Client. getDNSSEC(GetDnssecRequest getDnssecRequest)Returns information about DNSSEC for a specific hosted zone, including the key-signing keys (KSKs) in the hosted zone.Methods in software.amazon.awssdk.services.route53 that return types with arguments of type GetDnssecResponse Modifier and Type Method 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.
-