Uses of Class
software.amazon.awssdk.services.mgn.model.ListTagsForResourceRequest
-
Packages that use ListTagsForResourceRequest Package Description software.amazon.awssdk.services.mgn The Application Migration Service service.software.amazon.awssdk.services.mgn.transform -
-
Uses of ListTagsForResourceRequest in software.amazon.awssdk.services.mgn
Methods in software.amazon.awssdk.services.mgn with parameters of type ListTagsForResourceRequest Modifier and Type Method Description default CompletableFuture<ListTagsForResourceResponse>MgnAsyncClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)List all tags for your Application Migration Service resources.default ListTagsForResourceResponseMgnClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)List all tags for your Application Migration Service resources. -
Uses of ListTagsForResourceRequest in software.amazon.awssdk.services.mgn.transform
Methods in software.amazon.awssdk.services.mgn.transform with parameters of type ListTagsForResourceRequest Modifier and Type Method Description SdkHttpFullRequestListTagsForResourceRequestMarshaller. marshall(ListTagsForResourceRequest listTagsForResourceRequest)
-