Uses of Class
software.amazon.awssdk.services.servicediscovery.model.ListTagsForResourceResponse
-
Packages that use ListTagsForResourceResponse Package Description software.amazon.awssdk.services.servicediscovery Cloud Map -
-
Uses of ListTagsForResourceResponse in software.amazon.awssdk.services.servicediscovery
Methods in software.amazon.awssdk.services.servicediscovery that return ListTagsForResourceResponse Modifier and Type Method Description default ListTagsForResourceResponseServiceDiscoveryClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)Lists tags for the specified resource.default ListTagsForResourceResponseServiceDiscoveryClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Lists tags for the specified resource.Methods in software.amazon.awssdk.services.servicediscovery that return types with arguments of type ListTagsForResourceResponse Modifier and Type Method Description default CompletableFuture<ListTagsForResourceResponse>ServiceDiscoveryAsyncClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)Lists tags for the specified resource.default CompletableFuture<ListTagsForResourceResponse>ServiceDiscoveryAsyncClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Lists tags for the specified resource.
-