Uses of Class
software.amazon.awssdk.services.route53.model.ListTagsForResourcesResponse
-
Packages that use ListTagsForResourcesResponse Package Description software.amazon.awssdk.services.route53 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 ListTagsForResourcesResponse Modifier and Type Method Description default 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 ListTagsForResourcesResponse Modifier and Type Method Description default CompletableFuture<ListTagsForResourcesResponse>Route53AsyncClient. listTagsForResources(Consumer<ListTagsForResourcesRequest.Builder> listTagsForResourcesRequest)Lists tags for up to 10 health checks or hosted zones.default CompletableFuture<ListTagsForResourcesResponse>Route53AsyncClient. listTagsForResources(ListTagsForResourcesRequest listTagsForResourcesRequest)Lists tags for up to 10 health checks or hosted zones.
-