Uses of Class
software.amazon.awssdk.services.route53.model.ListHostedZonesResponse
-
Packages that use ListHostedZonesResponse 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.paginators -
-
Uses of ListHostedZonesResponse in software.amazon.awssdk.services.route53
Methods in software.amazon.awssdk.services.route53 that return ListHostedZonesResponse Modifier and Type Method Description default ListHostedZonesResponseRoute53Client. listHostedZones()Retrieves a list of the public and private hosted zones that are associated with the current Amazon Web Services account.default ListHostedZonesResponseRoute53Client. listHostedZones(Consumer<ListHostedZonesRequest.Builder> listHostedZonesRequest)Retrieves a list of the public and private hosted zones that are associated with the current Amazon Web Services account.default ListHostedZonesResponseRoute53Client. listHostedZones(ListHostedZonesRequest listHostedZonesRequest)Retrieves a list of the public and private 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 ListHostedZonesResponse Modifier and Type Method Description default CompletableFuture<ListHostedZonesResponse>Route53AsyncClient. listHostedZones()Retrieves a list of the public and private hosted zones that are associated with the current Amazon Web Services account.default CompletableFuture<ListHostedZonesResponse>Route53AsyncClient. listHostedZones(Consumer<ListHostedZonesRequest.Builder> listHostedZonesRequest)Retrieves a list of the public and private hosted zones that are associated with the current Amazon Web Services account.default CompletableFuture<ListHostedZonesResponse>Route53AsyncClient. listHostedZones(ListHostedZonesRequest listHostedZonesRequest)Retrieves a list of the public and private hosted zones that are associated with the current Amazon Web Services account. -
Uses of ListHostedZonesResponse in software.amazon.awssdk.services.route53.paginators
Methods in software.amazon.awssdk.services.route53.paginators that return types with arguments of type ListHostedZonesResponse Modifier and Type Method Description Iterator<ListHostedZonesResponse>ListHostedZonesIterable. iterator()Method parameters in software.amazon.awssdk.services.route53.paginators with type arguments of type ListHostedZonesResponse Modifier and Type Method Description voidListHostedZonesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListHostedZonesResponse> subscriber)
-