Uses of Class
software.amazon.awssdk.services.route53.model.ListHostedZonesByNameRequest
-
Packages that use ListHostedZonesByNameRequest 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 ListHostedZonesByNameRequest in software.amazon.awssdk.services.route53
Methods in software.amazon.awssdk.services.route53 with parameters of type ListHostedZonesByNameRequest Modifier and Type Method Description default CompletableFuture<ListHostedZonesByNameResponse>Route53AsyncClient. listHostedZonesByName(ListHostedZonesByNameRequest listHostedZonesByNameRequest)Retrieves a list of your hosted zones in lexicographic order.default ListHostedZonesByNameResponseRoute53Client. listHostedZonesByName(ListHostedZonesByNameRequest listHostedZonesByNameRequest)Retrieves a list of your hosted zones in lexicographic order. -
Uses of ListHostedZonesByNameRequest in software.amazon.awssdk.services.route53.transform
Methods in software.amazon.awssdk.services.route53.transform with parameters of type ListHostedZonesByNameRequest Modifier and Type Method Description SdkHttpFullRequestListHostedZonesByNameRequestMarshaller. marshall(ListHostedZonesByNameRequest listHostedZonesByNameRequest)
-