Uses of Class
software.amazon.awssdk.services.route53.model.ListHostedZonesRequest
-
Packages that use ListHostedZonesRequest 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 software.amazon.awssdk.services.route53.transform -
-
Uses of ListHostedZonesRequest in software.amazon.awssdk.services.route53
Methods in software.amazon.awssdk.services.route53 with parameters of type ListHostedZonesRequest Modifier and Type Method Description 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.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)Retrieves a list of the public and private hosted zones that are associated with the current Amazon Web Services account.default ListHostedZonesIterableRoute53Client. listHostedZonesPaginator(ListHostedZonesRequest listHostedZonesRequest)Retrieves a list of the public and private hosted zones that are associated with the current Amazon Web Services account. -
Uses of ListHostedZonesRequest in software.amazon.awssdk.services.route53.paginators
Constructors in software.amazon.awssdk.services.route53.paginators with parameters of type ListHostedZonesRequest Constructor Description ListHostedZonesIterable(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 ListHostedZonesRequest Modifier and Type Method Description SdkHttpFullRequestListHostedZonesRequestMarshaller. marshall(ListHostedZonesRequest listHostedZonesRequest)
-