Uses of Class
software.amazon.awssdk.services.route53.model.ListHostedZonesResponse
Packages that use ListHostedZonesResponse
Package
Description
Amazon RouteĀ 53 is a highly available and scalable Domain Name System (DNS) web service.
-
Uses of ListHostedZonesResponse in software.amazon.awssdk.services.route53
Methods in software.amazon.awssdk.services.route53 that return ListHostedZonesResponseModifier and TypeMethodDescriptiondefault 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 ListHostedZonesResponseModifier and TypeMethodDescriptiondefault 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 ListHostedZonesResponseMethod parameters in software.amazon.awssdk.services.route53.paginators with type arguments of type ListHostedZonesResponseModifier and TypeMethodDescriptionvoidListHostedZonesPublisher.subscribe(org.reactivestreams.Subscriber<? super ListHostedZonesResponse> subscriber)