Uses of Class
software.amazon.awssdk.services.route53.model.ListTagsForResourceResponse
-
Packages that use ListTagsForResourceResponse Package Description software.amazon.awssdk.services.route53 Amazon RouteĀ 53 is a highly available and scalable Domain Name System (DNS) web service. -
-
Uses of ListTagsForResourceResponse in software.amazon.awssdk.services.route53
Methods in software.amazon.awssdk.services.route53 that return ListTagsForResourceResponse Modifier and Type Method Description default ListTagsForResourceResponseRoute53Client. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)Lists tags for one health check or hosted zone.default ListTagsForResourceResponseRoute53Client. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Lists tags for one health check or hosted zone.Methods in software.amazon.awssdk.services.route53 that return types with arguments of type ListTagsForResourceResponse Modifier and Type Method Description default CompletableFuture<ListTagsForResourceResponse>Route53AsyncClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)Lists tags for one health check or hosted zone.default CompletableFuture<ListTagsForResourceResponse>Route53AsyncClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Lists tags for one health check or hosted zone.
-