Uses of Class
software.amazon.awssdk.services.controltower.model.ListTagsForResourceRequest
-
Packages that use ListTagsForResourceRequest 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:software.amazon.awssdk.services.controltower.transform -
-
Uses of ListTagsForResourceRequest in software.amazon.awssdk.services.controltower
Methods in software.amazon.awssdk.services.controltower with parameters of type ListTagsForResourceRequest Modifier and Type Method Description default CompletableFuture<ListTagsForResourceResponse>ControlTowerAsyncClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Returns a list of tags associated with the resource.default ListTagsForResourceResponseControlTowerClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Returns a list of tags associated with the resource. -
Uses of ListTagsForResourceRequest in software.amazon.awssdk.services.controltower.transform
Methods in software.amazon.awssdk.services.controltower.transform with parameters of type ListTagsForResourceRequest Modifier and Type Method Description SdkHttpFullRequestListTagsForResourceRequestMarshaller. marshall(ListTagsForResourceRequest listTagsForResourceRequest)
-