Uses of Class
software.amazon.awssdk.services.route53.model.ListTagsForResourcesResponse
Packages that use ListTagsForResourcesResponse
Package
Description
Amazon RouteĀ 53 is a highly available and scalable Domain Name System (DNS) web service.
-
Uses of ListTagsForResourcesResponse in software.amazon.awssdk.services.route53
Methods in software.amazon.awssdk.services.route53 that return ListTagsForResourcesResponseModifier and TypeMethodDescriptiondefault ListTagsForResourcesResponseRoute53Client.listTagsForResources(Consumer<ListTagsForResourcesRequest.Builder> 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.Methods in software.amazon.awssdk.services.route53 that return types with arguments of type ListTagsForResourcesResponseModifier and TypeMethodDescriptionRoute53AsyncClient.listTagsForResources(Consumer<ListTagsForResourcesRequest.Builder> listTagsForResourcesRequest) Lists tags for up to 10 health checks or hosted zones.Route53AsyncClient.listTagsForResources(ListTagsForResourcesRequest listTagsForResourcesRequest) Lists tags for up to 10 health checks or hosted zones.