Uses of Class
software.amazon.awssdk.services.route53.model.GetHostedZoneCountResponse
-
Packages that use GetHostedZoneCountResponse Package Description software.amazon.awssdk.services.route53 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 GetHostedZoneCountResponse Modifier and Type Method Description default 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 GetHostedZoneCountResponse Modifier and Type Method Description default CompletableFuture<GetHostedZoneCountResponse>Route53AsyncClient. getHostedZoneCount()Retrieves the number of hosted zones that are associated with the current Amazon Web Services account.default CompletableFuture<GetHostedZoneCountResponse>Route53AsyncClient. getHostedZoneCount(Consumer<GetHostedZoneCountRequest.Builder> getHostedZoneCountRequest)Retrieves the number of hosted zones that are associated with the current Amazon Web Services account.default CompletableFuture<GetHostedZoneCountResponse>Route53AsyncClient. getHostedZoneCount(GetHostedZoneCountRequest getHostedZoneCountRequest)Retrieves the number of hosted zones that are associated with the current Amazon Web Services account.
-