Uses of Class
software.amazon.awssdk.services.route53.model.GetDnssecResponse
Packages that use GetDnssecResponse
Package
Description
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 GetDnssecResponseModifier and TypeMethodDescriptiondefault 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 GetDnssecResponseModifier and TypeMethodDescriptiondefault 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.