Uses of Class
software.amazon.awssdk.services.route53.model.ListTagsForResourcesRequest
-
Packages that use ListTagsForResourcesRequest 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 ListTagsForResourcesRequest in software.amazon.awssdk.services.route53
Methods in software.amazon.awssdk.services.route53 with parameters of type ListTagsForResourcesRequest Modifier and Type Method Description default CompletableFuture<ListTagsForResourcesResponse>Route53AsyncClient. listTagsForResources(ListTagsForResourcesRequest listTagsForResourcesRequest)Lists tags for up to 10 health checks or hosted zones.default ListTagsForResourcesResponseRoute53Client. listTagsForResources(ListTagsForResourcesRequest listTagsForResourcesRequest)Lists tags for up to 10 health checks or hosted zones. -
Uses of ListTagsForResourcesRequest in software.amazon.awssdk.services.route53.transform
Methods in software.amazon.awssdk.services.route53.transform with parameters of type ListTagsForResourcesRequest Modifier and Type Method Description SdkHttpFullRequestListTagsForResourcesRequestMarshaller. marshall(ListTagsForResourcesRequest listTagsForResourcesRequest)
-