Uses of Class
software.amazon.awssdk.services.route53.model.GetHostedZoneResponse
Packages that use GetHostedZoneResponse
Package
Description
Amazon RouteĀ 53 is a highly available and scalable Domain Name System (DNS) web service.
-
Uses of GetHostedZoneResponse in software.amazon.awssdk.services.route53
Methods in software.amazon.awssdk.services.route53 that return GetHostedZoneResponseModifier and TypeMethodDescriptiondefault GetHostedZoneResponseRoute53Client.getHostedZone(Consumer<GetHostedZoneRequest.Builder> getHostedZoneRequest) Gets information about a specified hosted zone including the four name servers assigned to the hosted zone.default GetHostedZoneResponseRoute53Client.getHostedZone(GetHostedZoneRequest getHostedZoneRequest) Gets information about a specified hosted zone including the four name servers assigned to the hosted zone.Methods in software.amazon.awssdk.services.route53 that return types with arguments of type GetHostedZoneResponseModifier and TypeMethodDescriptiondefault 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.