Uses of Class
software.amazon.awssdk.services.route53.model.GetHostedZoneRequest
-
Packages that use GetHostedZoneRequest Package Description software.amazon.awssdk.services.route53 Amazon RouteĀ 53 is a highly available and scalable Domain Name System (DNS) web service.software.amazon.awssdk.services.route53.transform -
-
Uses of GetHostedZoneRequest in software.amazon.awssdk.services.route53
Methods in software.amazon.awssdk.services.route53 with parameters of type GetHostedZoneRequest Modifier and Type Method Description default CompletableFuture<GetHostedZoneResponse>Route53AsyncClient. getHostedZone(GetHostedZoneRequest 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. -
Uses of GetHostedZoneRequest in software.amazon.awssdk.services.route53.transform
Methods in software.amazon.awssdk.services.route53.transform with parameters of type GetHostedZoneRequest Modifier and Type Method Description SdkHttpFullRequestGetHostedZoneRequestMarshaller. marshall(GetHostedZoneRequest getHostedZoneRequest)
-