Uses of Class
software.amazon.awssdk.services.tnb.model.ListTagsForResourceResponse
-
Packages that use ListTagsForResourceResponse Package Description software.amazon.awssdk.services.tnb Amazon Web Services Telco Network Builder (TNB) is a network automation service that helps you deploy and manage telecom networks. -
-
Uses of ListTagsForResourceResponse in software.amazon.awssdk.services.tnb
Methods in software.amazon.awssdk.services.tnb that return ListTagsForResourceResponse Modifier and Type Method Description default ListTagsForResourceResponseTnbClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)Lists tags for AWS TNB resources.default ListTagsForResourceResponseTnbClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Lists tags for AWS TNB resources.Methods in software.amazon.awssdk.services.tnb that return types with arguments of type ListTagsForResourceResponse Modifier and Type Method Description default CompletableFuture<ListTagsForResourceResponse>TnbAsyncClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)Lists tags for AWS TNB resources.default CompletableFuture<ListTagsForResourceResponse>TnbAsyncClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Lists tags for AWS TNB resources.
-