Uses of Class
software.amazon.awssdk.services.oam.model.ListTagsForResourceResponse
-
Packages that use ListTagsForResourceResponse Package Description software.amazon.awssdk.services.oam Use Amazon CloudWatch Observability Access Manager to create and manage links between source accounts and monitoring accounts by using CloudWatch cross-account observability. -
-
Uses of ListTagsForResourceResponse in software.amazon.awssdk.services.oam
Methods in software.amazon.awssdk.services.oam that return ListTagsForResourceResponse Modifier and Type Method Description default ListTagsForResourceResponseOamClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)Displays the tags associated with a resource.default ListTagsForResourceResponseOamClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Displays the tags associated with a resource.Methods in software.amazon.awssdk.services.oam that return types with arguments of type ListTagsForResourceResponse Modifier and Type Method Description default CompletableFuture<ListTagsForResourceResponse>OamAsyncClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)Displays the tags associated with a resource.default CompletableFuture<ListTagsForResourceResponse>OamAsyncClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Displays the tags associated with a resource.
-