Uses of Class
software.amazon.awssdk.services.route53.model.GetHostedZoneResponse
-
Packages that use GetHostedZoneResponse Package Description software.amazon.awssdk.services.route53 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 GetHostedZoneResponse Modifier and Type Method Description default 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 GetHostedZoneResponse Modifier and Type Method 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.
-