Uses of Class
software.amazon.awssdk.services.route53.model.GetHostedZoneCountRequest
-
Packages that use GetHostedZoneCountRequest 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 GetHostedZoneCountRequest in software.amazon.awssdk.services.route53
Methods in software.amazon.awssdk.services.route53 with parameters of type GetHostedZoneCountRequest Modifier and Type Method Description default CompletableFuture<GetHostedZoneCountResponse>Route53AsyncClient. getHostedZoneCount(GetHostedZoneCountRequest 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. -
Uses of GetHostedZoneCountRequest in software.amazon.awssdk.services.route53.transform
Methods in software.amazon.awssdk.services.route53.transform with parameters of type GetHostedZoneCountRequest Modifier and Type Method Description SdkHttpFullRequestGetHostedZoneCountRequestMarshaller. marshall(GetHostedZoneCountRequest getHostedZoneCountRequest)
-