Uses of Class
software.amazon.awssdk.services.route53.model.ListHostedZonesRequest
Packages that use ListHostedZonesRequest
Package
Description
Amazon RouteĀ 53 is a highly available and scalable Domain Name System (DNS) web service.
-
Uses of ListHostedZonesRequest in software.amazon.awssdk.services.route53
Methods in software.amazon.awssdk.services.route53 with parameters of type ListHostedZonesRequestModifier and TypeMethodDescriptiondefault 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.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.default ListHostedZonesPublisherRoute53AsyncClient.listHostedZonesPaginator(ListHostedZonesRequest listHostedZonesRequest) This is a variant ofRoute53AsyncClient.listHostedZones(software.amazon.awssdk.services.route53.model.ListHostedZonesRequest)operation.default ListHostedZonesIterableRoute53Client.listHostedZonesPaginator(ListHostedZonesRequest listHostedZonesRequest) This is a variant ofRoute53Client.listHostedZones(software.amazon.awssdk.services.route53.model.ListHostedZonesRequest)operation. -
Uses of ListHostedZonesRequest in software.amazon.awssdk.services.route53.paginators
Constructors in software.amazon.awssdk.services.route53.paginators with parameters of type ListHostedZonesRequestModifierConstructorDescriptionListHostedZonesIterable(Route53Client client, ListHostedZonesRequest firstRequest) ListHostedZonesPublisher(Route53AsyncClient client, ListHostedZonesRequest firstRequest) -
Uses of ListHostedZonesRequest in software.amazon.awssdk.services.route53.transform
Methods in software.amazon.awssdk.services.route53.transform with parameters of type ListHostedZonesRequestModifier and TypeMethodDescriptionListHostedZonesRequestMarshaller.marshall(ListHostedZonesRequest listHostedZonesRequest)