Uses of Class
software.amazon.awssdk.services.controltower.model.ListTagsForResourceResponse
-
Packages that use ListTagsForResourceResponse Package Description software.amazon.awssdk.services.controltower Amazon Web Services Control Tower offers application programming interface (API) operations that support programmatic interaction with these types of resources: -
-
Uses of ListTagsForResourceResponse in software.amazon.awssdk.services.controltower
Methods in software.amazon.awssdk.services.controltower that return ListTagsForResourceResponse Modifier and Type Method Description default ListTagsForResourceResponseControlTowerClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)Returns a list of tags associated with the resource.default ListTagsForResourceResponseControlTowerClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Returns a list of tags associated with the resource.Methods in software.amazon.awssdk.services.controltower that return types with arguments of type ListTagsForResourceResponse Modifier and Type Method Description default CompletableFuture<ListTagsForResourceResponse>ControlTowerAsyncClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)Returns a list of tags associated with the resource.default CompletableFuture<ListTagsForResourceResponse>ControlTowerAsyncClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Returns a list of tags associated with the resource.
-