Uses of Class
software.amazon.awssdk.services.route53.model.GetHostedZoneCountResponse
Packages that use GetHostedZoneCountResponse
Package
Description
Amazon RouteĀ 53 is a highly available and scalable Domain Name System (DNS) web service.
-
Uses of GetHostedZoneCountResponse in software.amazon.awssdk.services.route53
Methods in software.amazon.awssdk.services.route53 that return GetHostedZoneCountResponseModifier and TypeMethodDescriptiondefault GetHostedZoneCountResponseRoute53Client.getHostedZoneCount()Retrieves the number of hosted zones that are associated with the current Amazon Web Services account.default GetHostedZoneCountResponseRoute53Client.getHostedZoneCount(Consumer<GetHostedZoneCountRequest.Builder> getHostedZoneCountRequest) Retrieves the number of hosted zones that are associated with the current Amazon Web Services account.default GetHostedZoneCountResponseRoute53Client.getHostedZoneCount(GetHostedZoneCountRequest getHostedZoneCountRequest) Retrieves the number of hosted zones that are associated with the current Amazon Web Services account.Methods in software.amazon.awssdk.services.route53 that return types with arguments of type GetHostedZoneCountResponseModifier and TypeMethodDescriptionRoute53AsyncClient.getHostedZoneCount()Retrieves the number of hosted zones that are associated with the current Amazon Web Services account.Route53AsyncClient.getHostedZoneCount(Consumer<GetHostedZoneCountRequest.Builder> getHostedZoneCountRequest) Retrieves the number of hosted zones that are associated with the current Amazon Web Services account.Route53AsyncClient.getHostedZoneCount(GetHostedZoneCountRequest getHostedZoneCountRequest) Retrieves the number of hosted zones that are associated with the current Amazon Web Services account.