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