Uses of Class
software.amazon.awssdk.services.wellarchitected.model.ListTagsForResourceResponse
-
Packages that use ListTagsForResourceResponse Package Description software.amazon.awssdk.services.wellarchitected Well-Architected Tool -
-
Uses of ListTagsForResourceResponse in software.amazon.awssdk.services.wellarchitected
Methods in software.amazon.awssdk.services.wellarchitected that return ListTagsForResourceResponse Modifier and Type Method Description default ListTagsForResourceResponseWellArchitectedClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)List the tags for a resource.default ListTagsForResourceResponseWellArchitectedClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)List the tags for a resource.Methods in software.amazon.awssdk.services.wellarchitected that return types with arguments of type ListTagsForResourceResponse Modifier and Type Method Description default CompletableFuture<ListTagsForResourceResponse>WellArchitectedAsyncClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)List the tags for a resource.default CompletableFuture<ListTagsForResourceResponse>WellArchitectedAsyncClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)List the tags for a resource.
-